07.03.2012, 16:58
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);