PlayerInfo[playerid][pZ]
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);