29.04.2010, 18:31
Put the timer under OnGameModeInIt, and set the interval for lets say 5000ms?
pawn Код:
forward GunTimer(playerid);
public GunTimer(playerid)
{
ResetPlayerWeapons(playerid);
return 1;}