-
Notifications
You must be signed in to change notification settings - Fork 1
John Bostick edited this page Sep 13, 2021
·
1 revision
HP is a command that lets you change the health that a class gets when they spawn. Here's what it looks like:
hp classId health
The second argument (health
) is the number that you want to set the player's health to (and not the percentage shown ingame).
This will set every Class-D's health to 1000:
hp 0 1000