2 jobs not working

Post Reply
ThatOneDude4123
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jul 28, 2015 7:36 pm

2 jobs not working

Post by ThatOneDude4123 »

For some reason these two jobs aren't working, idk why its happening but its driving me crazy, its the Drug lord and black market dealer, They can't buy their shipments or entities and its so annoying, heres the code - http://pastebin.com/xxS2YEqs and - http://pastebin.com/KGMHiheb if u need more info let me know
BDG Anonymous
New to forums
New to forums
Posts: 7
Joined: Thu Apr 02, 2015 6:56 pm

Re: 2 jobs not working

Post by BDG Anonymous »

Do you have lua errors in your console? You should. Also what do you mean they are not working? Are they showing up on the f4 menu? Did you make them so that they can sell things?
MrKPanda
New to forums
New to forums
Posts: 13
Joined: Tue Jan 12, 2016 4:05 pm

Re: 2 jobs not working

Post by MrKPanda »

= DarkRP.createJob("Drug Lord", {
color = Color(0, 255, 4, 255) ,
model = {"models/player/anonymous_hacktivist.mdl"},
description = [[You cook drugs, and stuff, you are the leader of the drugs dealers, you can raid, but not mug or kidnap]],
weapons = {"m9k_remington1858", "m9k_fists"},
command = "druglord",
max = 1,
salary = 100,
admin = 0,
vote = true,
hasLicense = false,
candemote = true,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
})

try that it should work now.
Post Reply