So I need help with saving log out coords.
#3

Yeah fixed it now it aint working at all..... it's just madness
pawn Код:
GetPlayerPos(playerid,pInfo[playerid][PosX],pInfo[playerid][PosY],pInfo[playerid][PosZ]);
GetPlayerFacingAngle(playerid,pInfo[playerid][Angle]);
pawn Код:
INI_WriteFloat(file,"PositionX",pInfo[playerid][PosX]);
    INI_WriteFloat(file,"PositionY",pInfo[playerid][PosY]);
    INI_WriteFloat(file,"PositionZ",pInfo[playerid][PosZ]);
    INI_WriteFloat(file,"Angle",pInfo[playerid][Angle]);
    INI_WriteInt(file,"Interior",GetPlayerInterior(playerid));
    INI_WriteInt(file,"VirtualWorld",GetPlayerVirtualWorld(playerid));
And thats what it saves

pawn Код:
AdminLevel = 0
VIPLevel = 0
Money = 0
Scores = 0
Kills = 0
Deaths = 0
Reply


Messages In This Thread
So I need help with saving log out coords. - by Scrillex - 07.06.2013, 05:09
Respuesta: So I need help with saving log out coords. - by Parka - 07.06.2013, 06:10
Re: So I need help with saving log out coords. - by Scrillex - 07.06.2013, 06:16

Forum Jump:


Users browsing this thread: 1 Guest(s)