29.05.2013, 07:13
Tested:
Sorry for the indentation
Outcome:
pawn Код:
new plrIP[16],IPString[24];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
format(IPString,sizeof(IPString),"%s",plrIP);
INI_WriteString(File,"IP",IPString);
Outcome:
Код:
IP = 127.0.0.1