The code is a absolute mess. This was my first ever project and was extremely bad at coding.
Advanced FiveM Server Administration Menu
Vehicle Spawning β’ Player Management β’ Permission System β’ Emergency Services
1: Uncomment Lines 453 β> 458
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!
Visit Releases at GitHub for Releases!
# 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
1: Go to line 1871
2: Uncomment lines 1871 β> 1881
NOTE: To uncomment take out ββ[[β and β]]β
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
1: Go to 452 β> 457
2: Uncomment those lines by removing the two βββ before each βsubmenu:AddItem()β
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 β]]β)
1: Healing
2: Armour Giving
3: Godmode
4: Invisibility
NOTE: There may or may not be more added from updates.
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
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!
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 |
Made with β€οΈ for the FiveM community