I've recently created some donator jobs using this simple code;
[CODE]customCheck = function(ply) return ply:GetNWString("usergroup") == "VIP" or ply:IsAdmin() end,
CustomCheckFailMsg = "You'll have to purchase VIP for this job."[/CODE]
But when someone's a 'user' rank it will not show the VIP jobs. How do I make it where everyone can see the VIP job if they do/don't have VIP?
No lua errors are occuring.
Set GM.Config.hideTeamUnbuyable to false. This will affect entities and shipments too however.
Sorry, you need to Log In to post a reply to this thread.