Timer Question
#2

pawn Код:
CMD:robbank(playerid, params[]) //or whatever
{
    //blablabla
    //blebleble
    SetTimerEx("YourFunc", YourTimeInMilisec, repeating? true/false, "i", playerid);
}

forward YourFunc(playerid);
public YourFunc(playerid)
{
    //do something
}
Reply


Messages In This Thread
Timer Question - by danish007 - 23.06.2014, 17:03
Re: Timer Question - by RenovanZ - 23.06.2014, 17:07
Re: Timer Question - by kamiliuxliuxliux - 23.06.2014, 18:12
Re: Timer Question - by danish007 - 23.06.2014, 18:46
Re: Timer Question - by Konstantinos - 23.06.2014, 18:48
Re: Timer Question - by danish007 - 23.06.2014, 18:48
Re: Timer Question - by Konstantinos - 23.06.2014, 18:57
Re: Timer Question - by danish007 - 23.06.2014, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)