gta-open
gta-open copied to clipboard
Run time robable actor system
Why?
- Allows flexibility to add new actors in-game without having to hard code its data on to the script instead we save the data into the database and load it when the game mode initiates.
Implementation
- Create a new table called
robable_actors. - Add
id, store_name, x, y, z, angle, vworldfields. - Add new file in
servercalledserver_robbery-actors