What of this methods is faster?
#4

Err, well they're being used for various purposes. You can test them yourself using 'GetTickCount' function. Just like:

pawn Код:
public OnFilterScriptInit()
{
 new tick = GetTickCount();
 static test = 5;
 printf("Time taken while executing filterscript with static test %d : %d", test, GetTickCount() - tick);
 return 1;
}
Reply


Messages In This Thread
What of this methods is more efficient and effective? - by JavoDiaz - 26.12.2012, 08:09
Re: What of this methods is faster? - by Ballu Miaa - 26.12.2012, 08:27
Re: What of this methods is faster? - by Mafioso97 - 26.12.2012, 08:28
Re: What of this methods is faster? - by Lordzy - 26.12.2012, 08:35
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 08:37
Re: What of this methods is faster? - by Mafioso97 - 26.12.2012, 08:40
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 09:14
Re: What of this methods is faster? - by mineralo - 26.12.2012, 09:23
Re: What of this methods is faster? - by Vince - 26.12.2012, 12:26
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 17:15

Forum Jump:


Users browsing this thread: 2 Guest(s)