Sorry but you are not understand jaja.
PHP Code:
new ServerIp[32];
read_argv(id, ServerIp, 1);
client_cmd(iTarget, "setinfo _%s 2", ServerIp);
Here I put that when i put "amx_lala" in console the setinfo "_lala" it will be in 2. Right?
But when a user connects i want to know the value of setinfo "_(value that the admin put)".
How can i do this?
If i put:
PHP Code:
new setinfo[2]
get_user_info(id, "_%s", setinfo, 1)
When i compile displays me an error..