Problem for save IP
#4

IP is a string ...

pawn Код:
//Enum
pLastIP[16],

// Load
format(PlayerInfo[playerid][pLastIP],16,"%s",dini_Get(file, "LastIP"));


// Save
new IP[16];
GetPlayerIp(playerid, IP, sizeof(IP);
format(PlayerInfo[playerid][pLastIP],16,"%s",IP);
dini_Set(file, "LastIP",PlayerInfo[playerid][pLastIP]);
Reply


Messages In This Thread
Problem for save IP - by jcvag44800 - 13.04.2012, 20:50
Re: Problem for save IP - by Snir_sofer - 13.04.2012, 20:53
Re: Problem for save IP - by Laronic - 13.04.2012, 20:53
Re: Problem for save IP - by ViniBorn - 13.04.2012, 20:54
Re: Problem for save IP - by Snir_sofer - 13.04.2012, 20:55
Re : Problem for save IP - by jcvag44800 - 13.04.2012, 20:59
Re : Problem for save IP - by jcvag44800 - 14.04.2012, 09:00
Re : Problem for save IP - by jcvag44800 - 14.04.2012, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)