Posts: 104
Threads: 36
Joined: Feb 2017
Reputation:
0
Is it ok to add new globalstring[512]; on start of command where i have to use it or is there any other way to define it through whole script without adding new for every command?
Posts: 89
Threads: 23
Joined: Dec 2012
Reputation:
0
Adding it within brackets will make it private within those brackets. If you make it outside of any brackets toward the top of your script it should work anywhere.
Go for 128 rather than 512 though if you're using it for player messages.