Problem saving playerdata
#2

Hi

Try that:

pawn Код:
public OnPlayerConnect(playerid)
{
    new IP[16];
    GetPlayerIp(playerid,IP,16);
    SetPVarString(playerid,"pIP",IP);
    return 1;
}
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new IP[16];
    GetPVarString(playerid,"pIP",IP,sizeof(IP));
    return 1;
}
Reply


Messages In This Thread
Problem saving playerdata - by Wesley221 - 30.05.2011, 13:50
AW: Problem saving playerdata - by Julian12345 - 30.05.2011, 14:35
Re: Problem saving playerdata - by Wesley221 - 30.05.2011, 15:33
AW: Problem saving playerdata - by Julian12345 - 30.05.2011, 16:09
Re: Problem saving playerdata - by Wesley221 - 30.05.2011, 18:17
Re: Problem saving playerdata - by Georgelopez1 - 30.05.2011, 18:23
Re: Problem saving playerdata - by Wesley221 - 31.05.2011, 08:09

Forum Jump:


Users browsing this thread: 1 Guest(s)