Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run time robable actor system #9

Open
PatrickGTR opened this issue May 4, 2020 · 0 comments
Open

Run time robable actor system #9

PatrickGTR opened this issue May 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PatrickGTR
Copy link
Owner

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 PatrickGTR self-assigned this May 4, 2020
@PatrickGTR PatrickGTR added the enhancement New feature or request label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant