Public function and playerid
#2

You should use it like:
pawn Код:
//Anywhere in your game mode
new tutorialtimer[MAX_PLAYERS];
//Add this where you want to start the timer at!
tutorialtimer = SetTimerEx("Tutorial", 25000, 0, "i", playerid);
// You can kill the timer where you want as like this.
KillTimer(tutorialtimer);
Reply


Messages In This Thread
Public function and playerid - by falor - 07.03.2012, 16:51
Re: Public function and playerid - by Ballu Miaa - 07.03.2012, 16:58
Re : Public function and playerid - by falor - 07.03.2012, 17:11
Re: Re : Public function and playerid - by Ballu Miaa - 07.03.2012, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)