Question about global strings - 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: Question about global strings (
/showthread.php?tid=354058)
Question about global strings -
Dodo9655 - 25.06.2012
Would it be better if I would declare a global string to use for all messages?
What are the chances of them getting mixed up if two players type a command at the same time for example.
Thanks.
Re: Question about global strings -
ViniBorn - 25.06.2012
The chances are minimal. I use this since 2010 and never had problems.
PS: You just can't use in timers
Re: Question about global strings -
Grand_Micha - 25.06.2012
One string does not suffice, as far as I understand. The last time I tried it was three years ago, and I doubt the times have changed.
I guess you shouldn't.