• Need help easy fix but I am nooby at lua
    0 replies, posted
[lua] [ERROR] gamemodes/darkrp/gamemode/config/jobrelated.lua:131: '}' expected (to cl ose '{' at line 119) near 'customCheck' 1. unknown - gamemodes/darkrp/gamemode/config/jobrelated.lua:0 -------------------------------------------------------------------------------------------------------------- 119 TEAM_PROTHIEF = DarkRP.createJob("pro thief", { 120 color = Color(25, 25, 25, 255), 121 model = "models/player/arctic.mdl", 122 description = [[VIP- You are a pro thief- Do not abuse swep climb]], 123 weapons = {"pro_lockpick_update, keypad_cracker, climb_swep2"}, 124 command = "prothief", 125 max = 8, 126 salary = 70, 127 admin = 0, 128 vote = false, 129 hasLicense = false, 130 help = {"This job is VIP job only You can get it on the forums.",} 131 ({ customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end, 132 CustomCheckFailMsg = "This job is VIP job only You can get it on the forums."}) [/lua] please help :)
Sorry, you need to Log In to post a reply to this thread.