Advanced Roleplaying Menu (ARM)
Deliver Packages to your buddies, Go on duty as a police officer, and more!
Usage
‘M’ – Opens the Interaction Menu.
/onduty – Toggles between being on-duty or not. (Only enables/disables the LEO Category in the menu for now.)
Credits
Download
https://github.com/FiveM-Lance/Advanced-Roleplaying-Menu/releases/
7 Likes
hallux
July 25, 2018, 4:17pm
2
Just wanted to let you know that your video is not playing.
[Edit] - Just noticed it’s a streamable link, I can’t see it because I’m at work… RIP
Well that was hecking fast
Hold on fellas
I will be uploading a video demonstrating the transfer of packages (which is still functional in this resource) When I can actually make friends.
Ummmmmmmmm you forgot to put a download link
2 Likes
Thanks for the reminder that I am
FUCKING SLOW
Failed to load script config.lua.
And also whats the button to open the menu F5 dosent work?
sheen
July 25, 2018, 6:35pm
12
Hmmm you dont like NativeUI ?
But good :))
It would be ‘M’, thanks for reminding me to put that in the documentation,
Also I have no idea why that lua script won’t load, can you send a screenshot of the whole exerpt of where it says that?
After further testing, I have determined this problem to be your error to edit the config.lua.
If help is needed, please let me know.
Snuffy
July 28, 2018, 12:14pm
15
Is there any way to take out the onduty part so there is no LEO toolbox?
Yes, there is, you just have to delete the LEO Functions and the LEO tab
Parow
August 26, 2018, 3:54pm
17
Hmmm interesting, it gaves me some ideas thanks
where can i change a key ?
1 Like
@LGDevelopment Im trying to remove the ability for the controller to open this menu. Im not having any luck as by changing it, it breaks. Could you help at all my dude?
Try change this:
elseif IsControlJustReleased(0, 244) then
to this:
elseif IsControlJustReleased(0, 244) and GetLastInputMethod(2) then
I think that should work.
2 Likes