More Info - Thymester/SimpleMenu GitHub Wiki
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 "")
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