-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ped Spawner, Drunkness, NPC Ignore, Ragdoll, and Fix Metric Blocking #81
Conversation
Download the artifacts for this pull request: |
conflicts have been resolved |
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.
Not sure about the SendMetric change, need @maybegreat48 to check that one.
Changes have been implemented. I said this on the review comment, but an if statement works better when requesting the model compared to a for or while loop. I have tested it. A block all telemetry option has also been implemented. |
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.
Will merge once @maybegreat48 approves.
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
Things I added:
Ped Spawner - spawn all of the peds in the game that I could find.
Drunkness - Applies drunken effect
NPC Ignore - Use natives to have npcs completely ignore you.
Ragdoll - Ragdoll anyone in the lobby.
Fix Metric Blocking - return original function instead of true because returning true was not actually sending the metrics(to my knowledge)