Is this timer faster or same
#1

Hello,
I have a timer but two ways of it to script, just figuring out that the first way is faster or not.
The First way: I inherit the declared pvid into the timer.
PHP код:
new pvid GetPlayerVehicleID(playerid);
SetTimerEx("Example"10001"i"pvid); 
The Second Way:
PHP код:
SetTimer("Example"10001);
public 
Example()
{
     new 
pvid GetPlayerVehicleID(playerid); //just an example I know it won't work

Reply


Messages In This Thread
Is this timer faster or same - by coool - 08.04.2017, 04:12
Re: Is this timer faster or same - by TYDS - 08.04.2017, 04:18
Re: Is this timer faster or same - by DuyDang2412 - 08.04.2017, 05:41

Forum Jump:


Users browsing this thread: 1 Guest(s)