Set certian jobs for multiple ulx user groups/ multiple vips
1 replies, posted
I have been trying to set multiple vip jobs for certain jobs on darkrp. However, it never works. Can someone please post the code for ulx jobs for darkrp.
[editline]2nd July 2017[/editline]
this doesnt work, its my code
[code]
customCheck = function(ply)
table.HasValue({"basic_vip", "premium_vip", "platinum_vip", "diamond_vip", "gold_vip", "deluxe_vip", "community_supporter"}, ply:GetNWString("usergroup")) or ply:IsAdmin()
end,
CustomCheckFailMsg = "Purchase VIP in order to become this job.",
[/code]
Are you using ULX?
Sorry, you need to Log In to post a reply to this thread.