Ohoy, Need help with SetTimerEx or SetTimer
#3


Make a callback with a timer

pawn Код:
forward Fireworks(playerid);
public Fireworks(playerid)
{
// The content (Like SendClientMessage, etc)
return 1;
}

// In a command or where you want the timer to start
SetTimerEx("Fireworks",100,false, "d", playerid); // 100 = The time that will take to load the callback -- false = The timer wont repeat (true for repeating) playerid = Just dont change this.
If I wasnt busy I would make you the code, but i'm busy now
Reply


Messages In This Thread
Ohoy, Need help with SetTimerEx or SetTimer - by Goobiiify - 25.10.2009, 21:08
Re: Ohoy, Need help with SetTimerEx or SetTimer - by Battleskull - 25.10.2009, 21:43
Re: Ohoy, Need help with SetTimerEx or SetTimer - by JonyAvati - 25.10.2009, 21:50
Re: Ohoy, Need help with SetTimerEx or SetTimer - by Goobiiify - 25.10.2009, 22:26
Re: Ohoy, Need help with SetTimerEx or SetTimer - by member - 25.10.2009, 22:40
Re: Ohoy, Need help with SetTimerEx or SetTimer - by Goobiiify - 25.10.2009, 23:13
Re: Ohoy, Need help with SetTimerEx or SetTimer - by Goobiiify - 26.10.2009, 01:22

Forum Jump:


Users browsing this thread: 1 Guest(s)