14.05.2009, 21:42
Example:
pawn Код:
SetTimerEx("Function", 1000, 0, "d", playerid);
//SetTimerEx("Name", time(ms), repeat?, d = integer s = string, contents of integers/strings separated by commas)
//SetTimerEx("Bob", 1000, 1, "dfffs", playerid, 0.0, 5.0, 10.0, "hey you guys")
...
forward Function;
public Function(playerid)
{
}