13.03.2017, 05:30
This is not dynamic, and the way you're doing it, is wrong. Dynamic system means you can manage things (like create, delete or edit) on run-time.
First thing you might need to understand or learn in order to make a dynamic house system is saving system (ex. INI or MySQL) for you to save created house data, so you can load them and don't need to recreate them after server restart.
These tutorials may help you to learn to make your own dynamic system:
First thing you might need to understand or learn in order to make a dynamic house system is saving system (ex. INI or MySQL) for you to save created house data, so you can load them and don't need to recreate them after server restart.
These tutorials may help you to learn to make your own dynamic system:
- https://sampwiki.blast.hk/wiki/YSI:INI (INI Tutorial)
- https://sampwiki.blast.hk/wiki/MySQL/R40 (MySQL Tutorial)
- https://sampforum.blast.hk/showthread.php?tid=287541 (Creating a dynamic house tutorial)