-
Notifications
You must be signed in to change notification settings - Fork 2k
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(docs/natives): improve description #963
Conversation
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.
Hey there, requested some changes. Thank you for your contribution! 😊
@@ -8,7 +8,7 @@ ns: VEHICLE | |||
void DELETE_SCRIPT_VEHICLE_GENERATOR(int vehicleGenerator); | |||
``` | |||
|
|||
Removes a scripted vehicle generator. |
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.
Any way of getting the integer value for this vehicleGenerator
? Some example code would be nice 😅
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.
Probably missing the native VEHICLE_GENERATOR_INDEX
that creates a vehicle generator. R* seems to use SET_SCRIPT_VEHICLE_GENERATOR
with it too.
d5fd15c
to
9b85082
Compare
Add more information.
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.
LGTM, approved, thank you! 😊
Should be good to review @4mmonium