06.06.2012, 22:45
pawn Код:
new tmp[24];
new msg[100];
if(!strlen(params)) return IRC_GroupSay(gGroupID, channel,"4Error: You didnt type a name");
if(!fexist(UserPath(tmp))) return IRC_GroupSay(gGroupID, channel,"* Sorry, Account not found.");
new INI:File = INI_Open(UserPath(tmp));
INI_WriteInt(File, "Banned", 0);

