How to read from a list from a text file?
#2

Write this fix:

Код:
new str[128],playerIP[16];
while(fread(oplist, str))
{
    GetPlayerIp(playerid, playerIP, 16);
    switch(str[strlen(str)-2]) {
        case 13: str[strlen(str)-2] = EOS;
    }
    if(strcmp(playerIP, str) == 0) {
        IsOp[playerid] = true;
	SendClientMessage(playerid, -1, "Use /ophelp to see the op guide.");
    }
}
Greekz
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)