thx.
but I have a new problem
it doesn't work to use
Code:
client_cmd(id,"name %s", usernick)
the
%s",usernick won't work in client_cmd
but if i try
Code:
server_cmd("echo %s", usernick)
it will return the
nick perfectly
so is there any servercmd so i can changename at the person without "client_cmd"