How to save an 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: How to save an object. (
/showthread.php?tid=626506)
How to save an object. -
TobiasJones - 16.01.2017
How to save an dynamic object which means when I restart the server it spawns
thanks.
Re: How to save an object. -
X337 - 16.01.2017
You just need to save objects data, and load them under OnGameModeInit.
Or you can simply download
object editor filterscript and use that.