How would you put a variable into a string. For example
https://hastebin.com/legomiyeco.vbs
If I used set {_player} to argument 1
How would I use it in execute console command "/gm 2 {_player}"
[doublepost=1529043906,1529042751][/doublepost]
SOLVED
https://hastebin.com/legomiyeco.vbs
If I used set {_player} to argument 1
How would I use it in execute console command "/gm 2 {_player}"
[doublepost=1529043906,1529042751][/doublepost]
Use %{variable}%How would you put a variable into a string. For example
https://hastebin.com/legomiyeco.vbs
If I used set {_player} to argument 1
How would I use it in execute console command "/gm 2 {_player}"
SOLVED