19.04.2015, 10:39
If I did this somewhere
How can I now retrieve these floats somewhere in the script? (loading them from the file)
PHP Code:
new INI:ini = INI_Open("Locations/loco.ini");
INI_SetTag(ini, "The Location");
INI_WriteFloat(ini, "XPOS", x);
INI_WriteFloat(ini, "YPOS", y);
INI_WriteFloat(ini, "ZPOS", z);
INI_Close(ini);