06.08.2013, 10:28
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:
before you set the timer and:
Use:
pawn Код:
SetPlayerHealth(player1, 9999999);
pawn Код:
ResetPlayerWeapons(player1);