31.05.2017, 18:24
I still have a problem, I fixed the error but when i try unbanning the player it says
"Account not found" and the ban stays.
"Account not found" and the ban stays.
Code:
CMD:unban(playerid,params[]) { new string[124],string1[124]; if(isnull(params)) return SendClientMessage(playerid, red, "/unban [playername]"); format(string,sizeof(string),"Users/%s.ini",params); if(fexist(string)) { SaveToFile("AdminLog",string); dUserSetINT(PlayerName2(playerid)).("banned",0); } else SendClientMessage(playerid, red, "Account not found"); return 1; }