vMenu

LEO Group Players:

add_principal identifier.steam:11000010713b0dd group.leo #RANDOM

Setup group inheritance, it’s probably best you don’t touch this unless you know what you’re doing.

add_principal group.admin group.moderator
add_principal group.moderator group.leo

like that?

Edit : I was gonna remove a couple things but when i go to coompile the source i get errors, and i tried to compile it before any changes were made.

edit 2 : i have permissions setup but for some reason i dont have access to any admin features. “rn i have myself as a admin, and all the permissions are setup to moderator, doesnt admin have access as well or do i have to make it for admin to?”

so for some reason im gonna have to copy all moderator permissions and make them for admins as well.

also i do have a suggesstion, where u can kick players add a temp ban feature. also make it so when u kick u can type in a reason.

how do u enable addons cause i added the name in, but it still says there are no addon vehicles avalible on this server,

You are already required to put a reason. If you don’t put a reason in, the player won’t be kicked.

Also the group inheritance is broken. The best way to solve this is to add players to each group manually.

Try moving the addons.json file to the vMenu folder. So vMenu/addons.json (not /vMenu/config/addons.json)

i figured out permissions, and got it working and ill try that with addons did u read my post about source building.

You shouldn’t need to build the source in the first place. As permissions already provide enough flexibility. However if you really want to, then you can. I can’t really provide support for changing and rebuilding though. Others already had similar problems when rebuilding it. Not sure why you’re having trouble. Would help if you provided the errors.

here is a errors list without me even making any changes to the source, just to build to see if it would work.
https://gyazo.com/8b3bd6a150470d51596cac4595da6415

You’re not using the latest CitizenFX.Core.dll client reference.

ill get the updated one.

i used the one from the build folder from release of source and still same 12 errors

Refrences list
https://gyazo.com/002f6be24f49a0b8b7254c328680f153

Runtime version of CitizenFX.Core

v4.0.30319

could you possibly pm me the references you use please.

I use the one included in the repository. Nothing external, only the server project uses one external reference but that’s also included in the repository.

What errors are you recieving?

vMenu v1.0.8 (small update)

  • Fixed addon.json file not being loaded properly.
  • Fixed weapon spawning and setting all ammo permissions.
  • Added new DLC vehicles to the the correct vehicle classes/categories. (Note, at the time of writing this you still need to get Blü’s resource to add the vehicles here).
  • Added night vision and thermal vision in the Misc Settings menu. Required permissions are: vMenu.MiscSettings.NightVision and vMenu.MiscSettings.ThermalVision.
  • Updated instructions, readme and permissions list on the GitHub wiki pages as well as in the provided readme.md and permissions.md files in the repository.
  • Also updated the Travis builds, however this has nothing to do with vMenu features/bugfixes.

Download and view changes here or direct download here.

2 Likes

i take it i can use the same permissions as before?

i will send u a screenshot or there should be a gyazo link above.

here is a new one with updated source. using Visual Studio Enterprise 2015
https://gyazo.com/37fb50b01da645cfa97bfc8bc87f06c1

Hi, i have a problem.
I can not join my server.

problem

Yes and no, you can keep your old ones, but there are some new ones that you should add, here’s a list of the new ones you probably haven’t added yet:

vMenu.VehicleSpawner.Addon
vMenu.WeaponOptions.Spawn
vMenu.WeaponOptions.SetAllAmmo
vMenu.MiscSettings.NightVision
vMenu.MiscSettings.ThermalVision

Did you install everything according to the instructions on the wiki page here? If so, try clearing your server cache as this usually indicates a badly installed resource or a cache problem. If you’re sure you’ve followed the instructions, and you’ve tried clearing your cache and restarting the server at least twice, then pm me on here or on my discord so I can take a look :wink:

got them all would u by any chance be able to send me your dlls, and upload the source to pms, i dont understand why im getting errors without making any changes.

What errors are you getting currently the latest version works well are you missing any files

ill make a gyazo gif for u.

Me Re extracting the files

Loading in VS

Well first off you are using Visual Studio 2015 which may cause issues but you can still attempt to use it. The next possible explanation is that you do not have .Net Framework 4.5.2 installed for Visual Studio so you will need to run the installer to add it.