21.04.2013, 08:17
No no no.
IP Address is not a integer it is a string
IP Address is not a integer it is a string
pawn Код:
new ip[16];
GetPlayerIp(playerid, ip, 16);
INI_WriteString(file, "IP", ip);