• Custom Check jobs
    2 replies, posted
im very new to coding and have an awesome server, not listing because of rules of these forums, but i cant figure out the custom check. i have three levels of VIP bronze silver and gold DO NOT TELL ME TO REMOVE MY RANKS I NEED HELP WITH THE CUSTOM CHECK. I know its wrong but this is my script customCheck = function(ply) return table.HasValue({"bronze", "silver", "gold"}, ply:GetUserGroup() == "bronze" or ply:IsAdmin() end, Please help, if you want add me on steam: D34D FOX :D [editline]9th May 2016[/editline]
[code]customCheck = function(ply) return (table.HasValue({"bronze", "silver", "gold"}, ply:GetUserGroup()) or ply:IsAdmin()) end,[/code]
[QUOTE=code_gs;50289107][code]customCheck = function(ply) return (table.HasValue({"bronze", "silver", "gold"}, ply:GetUserGroup()) or ply:IsAdmin()) end,[/code][/QUOTE] thank you soooo much
Sorry, you need to Log In to post a reply to this thread.