11.09.2009, 00:56
Well, the command its self actually works a treat, but when players have _ (underscores) in there names, it doesnt seem to recognise the name and says its not registered, if i however try to unban an account without _ it works perfectly!
Here is how im checking name and encoding ect..
Is there anything that can get it working with _ 's ?
Here is how im checking name and encoding ect..
Код:
new player_path[MAX_STRING]; format(player_path, sizeof(player_path), "%s/accounts/%s.ini", S_FOLDER, udb_encode(strlower(params)));