• How To Make DarkRP VIP Jobs Visible To Players
    6 replies, posted
I have a bunch of different VIP jobs on my server and I have restrictions set for when a user attempts to join that VIP job. I run DarkRP 2.5.1 and I remember in 2.4.3 you could see VIP jobs you couldn't access. This is off by default on 2.5.1, how would I go about changing that?
-bump-
CustomCheck
Try setting GM.Config.hideTeamUnbuyable to false.
You'll go into either your settings.lua or disableddefaults.lua ( I don't remember quietly ) and find the config about hiding stuff not availible to people. Pretty sure it stands out as two highlighted lines if I'm correct.
[QUOTE=Chirax;43867898]I have a bunch of different VIP jobs on my server and I have restrictions set for when a user attempts to join that VIP job. I run DarkRP 2.5.1 and I remember in 2.4.3 you could see VIP jobs you couldn't access. This is off by default on 2.5.1, how would I go about changing that?[/QUOTE] I can't guarantee that this will work, but in config.lua or settings.lua if you're using DarkRP Modification theres something all the way at the bottom looking like this: [CODE]/*--------------------------------------------------------------------------- F4 menu ---------------------------------------------------------------------------*/ -- hide the items that you can't buy and the jobs you can't get (instead of graying them out) -- this option hides items when you don't have enough money, when the maximum is reached for a job or any other reason GM.Config.hideNonBuyable = false -- Hide only the items that you have the wrong job for (or for which the customCheck says no) -- When you set this option to true and hideNonBuyable to false, you WILL see e.g. items that are too expensive for you to buy -- but you won't see gundealer shipments when you have the citizen job GM.Config.hideTeamUnbuyable = true [/CODE] Change [CODE]GM.Config.hideTeamUnbuyable = true[/CODE] To [CODE]GM.Config.hideTeamUnbuyable = false[/CODE] As I said I'm not sure if it still works but it should.
[QUOTE=LouieTien;43959917]I can't guarantee that this will work, but in config.lua or settings.lua if you're using DarkRP Modification theres something all the way at the bottom looking like this: [CODE]/*--------------------------------------------------------------------------- F4 menu ---------------------------------------------------------------------------*/ -- hide the items that you can't buy and the jobs you can't get (instead of graying them out) -- this option hides items when you don't have enough money, when the maximum is reached for a job or any other reason GM.Config.hideNonBuyable = false -- Hide only the items that you have the wrong job for (or for which the customCheck says no) -- When you set this option to true and hideNonBuyable to false, you WILL see e.g. items that are too expensive for you to buy -- but you won't see gundealer shipments when you have the citizen job GM.Config.hideTeamUnbuyable = true [/CODE] Change [CODE]GM.Config.hideTeamUnbuyable = true[/CODE] To [CODE]GM.Config.hideTeamUnbuyable = false[/CODE] As I said I'm not sure if it still works but it should.[/QUOTE] This thread was made and answered a week ago, please check this before replying to threads.
Sorry, you need to Log In to post a reply to this thread.