[Release] [WIP] ARM - Advanced Roleplaying Menu

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

7 Likes

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

Working fine here.

I will be uploading a video demonstrating the transfer of packages (which is still functional in this resource) When I can actually make friends.

Luckly I still have a video with a Make-A-Wish player in it.

Here it is @hallux :

3 Likes

Download link?

20 charz

Ummmmmmmmm you forgot to put a download link :stuck_out_tongue:

2 Likes

Thanks for the reminder that I am

FUCKING SLOW

Download Link?

20 charz

Failed to load script config.lua.

And also whats the button to open the menu F5 dosent work?

Hmmm you dont like NativeUI ? :stuck_out_tongue:

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.

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

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