Quote:
Originally Posted by Konstantinos
You code above can be abusive by typing /jail and the player who typed the command will get 9999999 as health even if he's not logged in.
Use:
pawn Код:
SetPlayerHealth(player1, 9999999);
before you set the timer and:
pawn Код:
ResetPlayerWeapons(player1);
|
So it mean i cannot set health ?