Auto-Kill for a certain gang zone.
#2

Because
pawn Код:
SetTimer("eStrike_AK_Timer", 1000, true);
doesn't send on a playerid...

pawn Код:
SetTimerEx("eStrike_AK_Timer", 1000, true, "i", playerid);
Will, but you're better off having one timer in OnGameModeInit that loops through all of the connected players, instead of having individual timers for individual players.
Reply


Messages In This Thread
Auto-Kill for a certain gang zone. - by Shetch - 25.02.2011, 12:18
Re: Auto-Kill for a certain gang zone. - by Calgon - 25.02.2011, 12:20
Re: Auto-Kill for a certain gang zone. - by deather - 25.02.2011, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)