24.10.2016, 16:34
You can save your object informations in a INI file using this include.
https://sampforum.blast.hk/showthread.php?tid=570957
https://sampforum.blast.hk/showthread.php?tid=570957
PHP код:
new INI:ini = INI_Open("object.ini");
INI_WriteString(ini, "objectid", the_objectid);
INI_WriteString(ini, "objectX", the_objectX);
...

