28.12.2014, 14:24
Hi, the problem is that the process is not done.
Yeah, and that it can be solved, so I can delete a specific name IG?
Код:
new File:handle = fopen(GetClanMember(playerid)),buf[128]; if(handle) { while(fread(handle, buf)) if(strcmp(buf,PlayerName(playerid),true) == 0) { msg(playerid,-1,"*** You are a member ***"); } }
Код:
new File:handle = fopen(GetClanMember(playerid)),buf[128]; if(handle) { while(fread(handle, buf)) /* here */ }