27.01.2016, 20:13
PHP код:
enum tInfo {
Tutorial
}
new Timer[MAX_PLAYERS][tInfo];
forward Timer2(playerid, tempo);
Timer[playerid][Tutorial] = SetTimerEx("Timer2", 5000, false, "id", playerid, tempo);
public Timer2(playerid, tempo)
{
KillTimer(Timer[playerid][Tutorial]);
//Funзхes
Timer[playerid][Tutorial] = SetTimerEx("Timer3", tempo, false, "id", playerid, tempo);
return 1;
}