04.02.2013, 10:28
All this:
Must be made without Spaces in it. This is for all Values. No spaces in the "Pos x" or anything when writing to a file.
Then try again :P (remember to change the read too)
pawn Код:
INI_WriteFloat(File,"Pos X", PlayerInfo[playerid][PosX]);
INI_WriteFloat(File,"Pos Y", PlayerInfo[playerid][PosY]);
INI_WriteFloat(File,"Pos Z", PlayerInfo[playerid][PosZ]);
INI_WriteFloat(File,"Pos A", PlayerInfo[playerid][PosA]);
Then try again :P (remember to change the read too)