SetTimerEx cannot Start
#7

Just some test code (it does send the message):
pawn Код:
public OnPlayerConnect(playerid)
{
    SetTimerEx("timer", 5000, true, "i", playerid);
    return 1;
}

forward timer(playerid);
public timer(playerid)
{
    SendClientMessage(playerid, -1, "timer runing");
}
Reply


Messages In This Thread
SetTimerEx cannot Start - by ratxrat - 17.05.2016, 16:52
Re: SetTimerEx cannot Start - by Luicy. - 17.05.2016, 16:55
Re: SetTimerEx cannot Start - by ratxrat - 17.05.2016, 16:56
Re: SetTimerEx cannot Start - by MBilal - 17.05.2016, 17:03
Re: SetTimerEx cannot Start - by ratxrat - 17.05.2016, 17:10
Re: SetTimerEx cannot Start - by GeneralAref - 18.05.2016, 05:46
Re: SetTimerEx cannot Start - by KevinReinke - 18.05.2016, 05:50

Forum Jump:


Users browsing this thread: 2 Guest(s)