How can i find mission codes for lua skips? #950
Unanswered
RealRobertBrownieJr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey all, so yeah basically there are a few mission skip scripts i have found (cluckin bell and dre)
and I wanted to use them as a base to make a few mission skip scripts, I was wanting to make a script to skip the first dose and last dose missions, and also to skip the diamond casino agatha missions but I am not too sure where to find the required MPX_yadayada that I would need
see i did find some skips which i was gonna use as a base
Dr. Dre Contract Skip.lua:
script.run_in_callback(function()
natives.load_natives()
local IsOnline = NETWORK.NETWORK_IS_SESSION_STARTED() and not NETWORK.NETWORK_IS_IN_TRANSITION() and not STREAMING.IS_PLAYER_SWITCH_IN_PROGRESS()
end)
Cluckin' Bell Raid Skip:
script.run_in_callback(function()
natives.load_natives()
local IsOnline = NETWORK.NETWORK_IS_SESSION_STARTED() and not NETWORK.NETWORK_IS_IN_TRANSITION() and not STREAMING.IS_PLAYER_SWITCH_IN_PROGRESS()
end)
Any help would be greatly appreciated like where i can find MPX codes for the misions etc
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions