05.09.2011, 20:39
pawn Code:
new Float:x, Float:y, FLoat:z;
GetPlayerPos( x y, z );
INI_SetTag(File, "TAG");
INI_WriteFloat(File,"x", Float:x);
INI_WriteFloat(File,"y", Float:y);
INI_WriteFloat(File,"z", Float:z);
Edit im not a n00b force of habit been doing that for the past 20 mins