24.05.2011, 14:31
I didn't mean that code will work, I meant something similair to that.
So, the only way to find the first few digits of an IP would be:
So, the only way to find the first few digits of an IP would be:
pawn Код:
new pip[5];
GetPlayerIp(playerid, pip, sizeof(pip));
if(!strcmp(pip, "127.0"))