Hello!
I have one question, i need to add "#" to decimal
amx_command 8010
Code:
read_argv(1, arg1, 31)
new player = cmd_target(id, arg1, CMDTARGET_OBEY_IMMUNITY | CMDTARGET_ALLOW_SELF)
And that it has turned out, as if I have sent a command on a server
amx_command #8010
What i need to add ? Don't ask me why i need that )