07.06.2013, 06:16
Yeah fixed it now it aint working at all..... it's just madness
GetPlayerFacingAngle(playerid,pInfo[playerid][Angle]);
And thats what it saves
pawn Код:
GetPlayerPos(playerid,pInfo[playerid][PosX],pInfo[playerid][PosY],pInfo[playerid][PosZ]);
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));
pawn Код:
AdminLevel = 0
VIPLevel = 0
Money = 0
Scores = 0
Kills = 0
Deaths = 0