What is more efficient or faster? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What is more efficient or faster? (
/showthread.php?tid=551399)
What is more efficient or faster? -
_Application_ - 18.12.2014
Player standard variable
Or function pvar?
What is more efficient or faster?
Re: What is more efficient or faster? -
SickAttack - 18.12.2014
Normal variables are faster and use less memory.
Re: What is more efficient or faster? -
Pottus - 18.12.2014
Please educate yourself here
https://sampforum.blast.hk/showthread.php?tid=268499
Re: What is more efficient or faster? -
iKyle - 19.12.2014
Player Standard Variable, by far. PVAR, shouldn't be used and is highly outdated.