25.05.2016, 17:40
Can we define 1 string on top of the script like this:
new globalstring[2500];
And use it for everything in script?
And is it possible to 2 players receive same message - string, ex:
1. player say /myname, and second say /myages, and both of them receive message for command /myages?(In both command we use this globalstring defined on top of the script)
new globalstring[2500];
And use it for everything in script?
And is it possible to 2 players receive same message - string, ex:
1. player say /myname, and second say /myages, and both of them receive message for command /myages?(In both command we use this globalstring defined on top of the script)