21.05.2010, 14:42
I have a total blackout in GetPlayerIp. I wrote this:
Somehow, it doesn't take effect. Maybe I have a wrong syntax with the IP or something?
pawn Код:
new ip[16];
GetPlayerIp(playerid, ip, sizeof(ip));
if(!strcmp(ip, "85.76.*.*")) {
Kick(playerid);
}
Somehow, it doesn't take effect. Maybe I have a wrong syntax with the IP or something?

