• How do I make VIP only jobs still visible on the F4 menu.
    2 replies, posted
[code] customCheck = function(ply) return table.HasValue({"vip", "vipoperator", "vipadmin", "viptrustedadmin", "viptrustedadmin", "owner"}, ply:GetUserGroup()) end, CustomCheckFailMsg = "You must be VIP to become this job."[/code] This works perfectly, I would just like the jobs to still be visible on the F4 menu even if you're not VIP. Does anyone know how to do this?
Try setting this config to "true": [code]-- 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[/code] If that doesn't work, I don't think it is possible.
[QUOTE=Cyberuben;44544019]Try setting this config to "true": [code]-- 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[/code] If that doesn't work, I don't think it is possible.[/QUOTE] This option made all my jobs invisible. Any other suggestions?
Sorry, you need to Log In to post a reply to this thread.