22.07.2016, 16:31
Hello i am creating a Objects saving system for my server. i was using y_ini. i am saving all objects using one simple call back, SaveObjects()
Now when i thought what to write there, i used it like:
Am i doing right? i have to use MAX_OBJECTS there or do i have to use loop too in Save Callback?
Its a Small help but Thanks in advance
Now when i thought what to write there, i used it like:
PHP код:
INI_WriteInt(object, "Object ID", ObjInfo[MAX_OBJECTS][OID]);
Its a Small help but Thanks in advance