-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(mono/redm): initial works for rdr #2488
Conversation
a3b203e
to
a87ae2c
Compare
46ec5ae
to
8bca1ff
Compare
This PR should be good to review. The Goal of this PR is to implement some base classes for RedM to allow players who want to use it to get started. Some of these methods were taken from the original FiveM classes, notably the Model class. Though this shouldn't have any have any int -> uint (or vice-versa) calls. This was also why the This change set also introduces a |
8bca1ff
to
ba2eaa0
Compare
ba2eaa0
to
3d2d1ee
Compare
3d2d1ee
to
72755cb
Compare
72755cb
to
af00566
Compare
Some changes that were made:
Given recent events I likely wont work on this anymore so anyone can feel free to continue this PR if it needs changes. |
bcae2e1
to
a4f7deb
Compare
a4f7deb
to
e05c3ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution. Seems to work fine 👍
Goal of this PR
Add same helper methods that FiveM has
How is this PR achieving the goal
Start implementing base classes for RedM.
This PR applies to the following area(s)
RedM, SCRT:C#
Successfully tested on
Game builds: 1491
Checklist
Fixes issues