{HELP}
#2

https://sampwiki.blast.hk/wiki/SetTimerEx

SetTimerEx("yourfuctionname",10000, true, "d", playerid);
This will call "yourfunctionname" every 10 second(10000ms), repeatedly(true), and send the variables "d", playerid.

public yourfunctionname(playerid)
{
...
}
Reply


Messages In This Thread
{HELP} - by Keeboo13 - 07.02.2010, 06:48
Re: {HELP} - by mansonh - 07.02.2010, 06:52

Forum Jump:


Users browsing this thread: 1 Guest(s)