30.03.2010, 19:49
I just saw your script, you need to use SetTimerEx instead of SetTimer when calling OnPlayerProtection off, so it will look like:
or else you don't send OnPlayerProtectionOff a playerid to stop protecting
pawn Код:
SetTimerEx("OnPlayerProtectionOff", PROTECTIONTIME, false, "i", playerid); //i forgot what you used instead of PROTECTIONTIME, change that to whatever it is.
![Smiley](images/smilies/smile.png)