[B]Hello. I hope someone can help me here. All of the jobs I have coded are working perfectly fine, besides 2 I have tried to add last night. They do not create any errors, but do not appear on the server, not even if I try and set team.[/B]
[I]Here is an example of a job that appears on the server:[/I]
TEAM_BMD = DarkRP.createJob("Black Market Dealer", {
color = Color(255, 67, 67, 255),
model = {"models/player/plague_doktor/player_plague_doktor.mdl"},
description = [[This stuff is totally legit...]],
weapons = {"m9k_machete", "weapon_keycard"},
command = "hitman",
max = 2,
salary = 50,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
})
[I]Here is one of the 2 jobs that do not upload:[/I]
TEAM_HIT = DarkRP.createJob("Hitman", {
color = Color(194, 33, 49, 255),
model = {"models/agent_47.mdl"},
description = [[Need someone dead?]],
weapons = {"m9k_remington1858", "weapon_keycard"},
command = "hitman",
max = 3,
salary = 200,
admin = 0,
vote = false,
hasLicense = true,
candemote = true,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
})
[B]I have no idea what is causing this. I have all the models on my FastDL and my workshop.lua etc etc. The code appears to be the same as the code of jobs which are working. People are waiting for the jobs on my server so help ASAP would be appreciated. Thank you.[/B]
Sorry, you need to Log In to post a reply to this thread.