SetTimerEx cannot Start
#4

Quote:
Originally Posted by ratxrat
Посмотреть сообщение
im create SetTimerEx but timmer not start . this is my code

PHP код:
forward time(playerid)
public 
time(playerid)
{
SendClientMessage(playerid, -1"timer runing");

then im set timmer repeat at onplayerspawn

PHP код:
SetTimerEx("time"50001"u"playerid); 
why timmer cannot run?
Try use Different Function name Like MyTime Then check

forward Mytime(playerid);
public Mytime(playerid)
{
SendClientMessage(playerid,-1,"Yay I'm Running");
return 1;
}

SetTimerEx("Mytime",5000,1,"u",playerid);
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: 1 Guest(s)