gta-open icon indicating copy to clipboard operation
gta-open copied to clipboard

Run time robable actor system

Open PatrickGTR opened this issue 5 years ago • 0 comments

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, vworld fields.
  • Add new file in server called server_robbery-actors

PatrickGTR avatar May 04 '20 17:05 PatrickGTR