Auto-Kill for a certain gang zone.
#3

Код:
SetTimer("eStrike_AK_Timer", 1000, true);
You dont provide any params while you call the function, but you need the playerid in the function -
eStrike_AK_Timer(playerid).

Try this:

Код:
public OnPlayerConnect(playerid)
{
SetTimerEx("eStrike_AK_Timer", 1000, true, "i", playerid);
return 1;
}
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)