06.05.2012, 03:14
So after a bit of narrowing things down, I've got it down to these lines...
It doesn't even call
:L
pawn Код:
new banfile[64], ipstring[32], string[128];
SendClientMessage(playerid, COLOR_DEADCONNECT, "|_Ban Check Started_|");
SendClientMessage(playerid, COLOR_YELLOW, "Checking for bans...");
GetPlayerIp(playerid, ipstring, sizeof(ipstring));
format(banfile, sizeof(banfile),"SArcr/Users/Bans/%s.ban", ipstring);
pawn Код:
if(DOF2_FileExists(banfile))