Changes between Initial Version and Version 1 of sa
- Timestamp:
- Jul 28, 2011 12:56:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sa
v1 v1 1 This command sets the armor of clients. 2 3 4 '''Parameters:''' 5 * 1 long botid. This specifies the client whose health should be modified. A -1 in this field indicates that the command should affect all clients' health. 6 * 1 int newhealth, the new health value. 7 8 '''Responds:''' 9 * TBD 10 11 '''Reports:''' 12 * TBD 13 14 '''Example:''' 15 * User sends: "sa 1 100" 16 * Bot reply TBD 17 * User sends: "sa 4 30"