I have got to put a tag to the players automatically, but when a player have got a number on the nick, or a "." or "/" or.. "(" etc i cant change nick.. this is the code...
Code:
new name[32];
get_user_name(id, name, 31);
if(containi(name, "[TAG] - ") > -1)
{
return PLUGIN_HANDLED;
}
else
{
client_cmd(id,"name ^"[TAG] - %s^"",name);
}
If any can help.. cyas