12.10.2011, 16:53
Try with Sscanf + strfloat, or simply save x = posX, another line: y = posY, another line: z = posZ and SetPlayerPos( playerid, SetPlayerPos( playerid, dini_Float( file, "x" ), dini_Float( file, "y" ), dini_Float( file, "z" ) ); or with what writing system do you use.