15.01.2012, 22:33
Um... there are some good tutorials on this however for the saving position:
should work.
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
INI_WriteFloat(File, "X", X);
INI_WriteFloat(File, "Y", Y);
INI_WriteFloat(File, "Z", Z);