Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by milanosie
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);
I'm not familier with Y_Ini but I do not see a playername?
|
I want read the player name file (so an offline player),not the online.