I would like to have this job spawn with two items. But its not working, it only gives me the lockpick. heres the code.
[CODE]TEAM_PRISONER = DarkRP.createJob("Prisoner", {
color = Color(0, 0, 0, 255),
model = "models/player/arctic.mdl",
description = [[You must remain in prison but you can free or tske out other prisoners.]],
weapons = {"lockpick"},{"bb_css_knife"},
command = "prisoner",
max = 1,
salary = 5,
admin = 0,
vote = false,
hasLicense = false
})[/CODE]
Sorry, you need to Log In to post a reply to this thread.