12.01.2011, 10:42
You have an example in the wiki page.
PS: the code posted by me above creates a repeting timer (automatic function call at every 5000 ms). You should consider reading the link that Kyosaur posted for you and change that "true" value to "false" if you just want to delay the execution by 5000 ms.
pawn Код:
SetTimerEx("infectedtimer", 5000, true, "d", playerid);
PS: the code posted by me above creates a repeting timer (automatic function call at every 5000 ms). You should consider reading the link that Kyosaur posted for you and change that "true" value to "false" if you just want to delay the execution by 5000 ms.