• Custom Job For Server Using STEAMID not working
    4 replies, posted
Some one help and fixx this it does not work TEAM_WOOKIE = DarkRP.createJob("Wookiedude", {     color = Color(255, 0, 0, 255),     model = {"models/tfa/comm/gg/pm_sw_chewbacca.mdl"},     description = [[WOOKIEDUDE]],     weapons = {},     command = "wookie",     max = 1,     salary = 4999,     admin = 0,     vote = false,     hasLicense = true,     candemote = false,     category = "Custom Jobs",     customCheck = function(ply) return         table.HasValue({"STEAM_1:1:185572574"}, ply:SteamID())     end,     CustomCheckFailMsg = "Only WOOKIE!", }) Thanks!
"it does not work" Please select one or more of the following issues: • The job does not appear in the menu • Everyone can become the job • No one can become the job • A scripting error is thrown • Miscellaneous issue
• No one can become the job
STEAM_1:1:185572574 is a valid Steam ID?
Yes it goes to this steam name
Sorry, you need to Log In to post a reply to this thread.