25.04.2012, 23:50
Did you copy the whole command or just
?
I can't spot any errors, so either you added something incorrectly or I'm blind to my own errors (quite possible). It is a simple variable check and timer...
pawn Код:
PlayerRepairTimer[playerid] = SetTimerEx("RepairTimer",60000,0,"d",playerid);
PlayerRepaired[playerid]=1;
I can't spot any errors, so either you added something incorrectly or I'm blind to my own errors (quite possible). It is a simple variable check and timer...