/unban help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /unban help. (
/showthread.php?tid=96793)
/unban help. -
Anwix - 11.09.2009
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..
Код:
new player_path[MAX_STRING];
format(player_path, sizeof(player_path), "%s/accounts/%s.ini", S_FOLDER, udb_encode(strlower(params)));
Is there anything that can get it working with _ 's ?