SA-MP Forums Archive
Global Strings are More Useful Than Local? - 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: Global Strings are More Useful Than Local? (/showthread.php?tid=553996)



Global Strings are More Useful Than Local? - Ox1gEN - 01.01.2015

I have a global string size of 1250 which I bassicly use for everything except using it to format queries to execute them.

I wonder, is it efficient? Is it bad? Or better?


Re: Global Strings are More Useful Than Local? - Ox1gEN - 01.01.2015

Quote:
Originally Posted by ******
Посмотреть сообщение
No, very bad, as has been explained countless times!
I see, I'll go change quite a bit of stuff now.