SA-MP Forums Archive
Object - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Object (/showthread.php?tid=609099)



Object - JesusAldape15 - 08.06.2016

ЎHi All!

I want know how can save in playerdata any object. Example:

User create some object (CreateObject) and this object can save and load when player connect.

someone knows how could do this?

Sorry for my bad english i used ****** translate.


Re: Object - Sime30 - 08.06.2016

Your saving/loading system is needed for that
Y_INI, SQLite or MySQL

Tell us what you are using so we can help you further


Respuesta: Re: Object - JesusAldape15 - 08.06.2016

Quote:
Originally Posted by Sime30
Посмотреть сообщение
Your saving/loading system is needed for that
Y_INI, SQLite or MySQL

Tell us what you are using so we can help you further
I used dini but can used SQLite also.

I know how to save an object but no more.

Example: User create 10 object and i want save in their PlayerData & when user connect load their object. He can create and delete their object.

You can give me any example?