For some reason the cvar amx_gungame_level won't work with userid. I converted the user index into userid and console still prints the same message.
Quote:
|
Client with that name or userid not found
|
Just to double check everything I even tried to do the same thing manually. With that being said, my other option was to use name. Name works fine with the command, but the issue is when we have a name with space.
Example: amx_gungame_level tag name +1
When server sends the command, it treats "tag" "name" as two arguments, when it should consider "tag name" as one and "+1" as the other. How would I be able to fix this? Is there any solution?