SimpleMenu

Visit the Wiki for MORE!

NOTE

The code is a absolute mess. This was my first ever project and was extremely bad at coding.

SimpleMenu Tutorial

SimpleMenu FiveM License

Advanced FiveM Server Administration Menu
Vehicle Spawning β€’ Player Management β€’ Permission System β€’ Emergency Services


πŸ“‹ Table of Contents


SimpleMenu


How to get Emergency Services Vehicle List

1: Uncomment Lines 453 –> 458


INSTALL INSTRUCTIONS:

1: Download the Menu from FiveM Forums: SimpleMenu

2: Drag & Drop the two folders into resources

3: In order do the following

start NativeUI
start SimpleMenu

4: Do not change the name of any of the folders to make it easier. server.cfg is case sensitive

* - If you wish you may use this in any private or public project!


Changelog

Visit Releases at GitHub for Releases!


To add Permissions to any given person do the following.

# SimpleMenu Group

add_ace identifier.steam:[Steam HEX Here] simplemenu.admin allow --Name of Person Here
add_ace identifier.steam:[Steam HEX Here] simplemenu.state allow --Name of Person Here
add_ace identifier.steam:[Steam HEX Here] simplemenu.highway allow --Name of Person Here
add_ace identifier.steam:[Steam HEX Here] simplemenu.sheriff allow --Name of Person Here
add_ace identifier.steam:[Steam HEX Here] simplemenu.emt allow --Name of Person Here
add_ace identifier.steam:[Steam HEX Here] simplemenu.emergency allow --Name of Person Here

How to ONLY allow Admins to Open the Menu

1: Go to line 1871

2: Uncomment lines 1871 –> 1881

NOTE: To uncomment take out β€œβ€“[[” and β€œ]]”


How to add Emergency Services Cars

1: Go to lines 386 –> 406

2: When you go there add the Emergency Services spawn codes (On your server) to be able to spawn them in-game

3: Must reload script after changes


How to get Emergency Loadouts

1: Go to 452 –> 457

2: Uncomment those lines by removing the two β€œβ€“β€ before each β€˜submenu:AddItem()’


How to get Addon Peds

1: Go to line 1681 and uncomment it

2: Go to line 1683 and uncomment it

3: Go to line 1689 and uncomment it which is commented from 1689 –> 1693 (Remove β€œβ€“[[” and β€œ]]”)


Ace Permissions are added to the following.

1: Healing

2: Armour Giving

3: Godmode

4: Invisibility

NOTE: There may or may not be more added from updates.


How to enable Custom Car & Ped Spawning

For Custom Car Spawns

1: Uncomment lines 385 & 387 (To uncomment remove β€œβ€“β€)

2: Uncomment lines 393 -> 397 (To uncomment remove β€œβ€“[[” and β€œ]]”)

For Custom Ped Spawns

1: Uncomment lines 1286 & 1288 (To uncomment remove β€œβ€“β€)

2: Uncomment lines 1294 -> 1298 (To uncomment remove β€œβ€“[[” and β€œ]]”)

To add the Custom Peds and Custom Cars follow the templates located on lines 310 & 1234


NOTE:

NativeUI is from Frazzle not myself, if you wish to download the files located on GitHub (SimpleMenu & NativeUI) it is NOT in a drag & drop format!

NativeUI Download Link



πŸ“ Permission Quick Reference

Permission Description
simplemenu.admin Full administrative access
simplemenu.state State official permissions
simplemenu.highway Highway patrol permissions
simplemenu.sheriff Sheriff department permissions
simplemenu.emt Emergency medical services
simplemenu.emergency General emergency services

⚠️ Important Reminders


Made with ❀️ for the FiveM community