Help wit SetTimerEx
#2

pawn Код:
//at the top of script
forward Timer(playerid);
//somewhere outside any callback
public Timer(playerid)
{
//CODE HERE
return 1;
}
//at onplayerdeath
SetTimer("Timer",300000,0);
Reply


Messages In This Thread
Help wit SetTimerEx - by Hayley - 05.10.2011, 17:15
Re: Help wit SetTimerEx - by zombieking - 05.10.2011, 17:29
Re: Help wit SetTimerEx - by =WoR=G4M3Ov3r - 05.10.2011, 17:48
Re: Help wit SetTimerEx - by SuperViper - 05.10.2011, 20:19
Re: Help wit SetTimerEx - by ServerScripter - 05.10.2011, 21:09

Forum Jump:


Users browsing this thread: 2 Guest(s)