• Help with Functions with ULX + Darkrp Jobs
    1 replies, posted
// #NoSimplerr# AdminzRanks = {"moderator", "owner", "superadmin", "admin", "headadmin"} MemberzRanks = {"member", "donator", "moderator", "owner", "superadmin", "admin", "headadmin"} TrustedzRanks = {"trusted", "member", "moderator", "donator", "owner", "superadmin", "admin", "headadmin"} VIPzRanks = {"donator", "owner", "moderator", "superadmin", "admin", "headadmin"} TEAM_GANGMEDIC = DarkRP.createJob("Bandit Medic", { color = Color(75, 75, 75, 255), model = "models/csgoleet2pm.mdl", description = [[The medic is an important part of the group. He can assist you with healing and spare bandages.]], weapons = {"cw_p220", "fas2_ifak", "cw_pp19vityaz"}, command = "banditmedic", max = 2, salary = 75, category = "Outlaw", admin = 0, vote = false, hasLicense = false, mayorCanSetSalary = false, candemote = true, customCheck = function(ply) return table.HasValue(VIPzRanks, ply:GetUserGroup()) end, CustomCheckFailMsg = "You need to donate in order to become this job!" I have seen this in a servers darkrpmodfiction files When i try and copy the code onto my jobs for my server it dont work could anyone help me please? i need help with making the MemberzRanks = (Ranks ) cause it jut dont wanan work for me Please help
use the [code] bbcode to encode your lua please
Sorry, you need to Log In to post a reply to this thread.