13.04.2012, 20:50
Hi guys.
I have a problem for save the IP of player.
This is my script:
Create:
When disconnect:
And user file... LastIP = 15....
How i can resolve my problem ?
Cordially.
I have a problem for save the IP of player.
This is my script:
Create:
pawn Код:
dini_IntSet(file, "LastIP", PlayerInfo[playerid][pLastIP] = 0);
pawn Код:
new IP[17];
PlayerInfo[playerid][pLastIP] = GetPlayerIp(playerid, IP, sizeof(IP));
dini_Set(file, "LastIP",PlayerInfo[playerid][pLastIP]);
How i can resolve my problem ?
Cordially.