20.02.2013, 14:44
Well, the IP is not saving, it's saving as 255.255.255.255 - It's strange, I'am using the same function as /getip and that works fine.
I've tried lots of different solutions.
pawn Код:
new playerip[16];
GetPlayerIp(playerid, playerip, sizeof(playerip));
pInfo[playerid][pIP] = playerip;