01.06.2015, 14:23
Quote:
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."); } } |
And @Konstantinos I planned on closing the loop once I got this part working.