Hello everybody, I am positive I set up the teams correctly, however, if I disable (noship = true) the server allows me to buy the guns as singles, however, the moment I set noship to false, my gundealer job's weapons menu turns empy, and I am not able to click on the shipments tab at all.
These are my shipments thus far:
[QUOTE]DarkRP.createShipment("Colt 1911", {
model = "models/weapons/s_dmgf_co1911.mdl",
entity = "m9k_colt1911",
price = 215,
amount = 10,
seperate = true,
pricesep = 215,
noship = false,
allowed = {TEAM_TIERONEDEALER},
category = "Pistols",
})
DarkRP.createShipment("Glock 18", {
model = "models/weapons/w_dmg_glock.mdl",
entity = "m9k_glock",
price = 215,
amount = 10,
seperate = true,
pricesep = 215,
noship = false,
allowed = {TEAM_TIERONEDEALER},
category = "Pistols",
})
[/QUOTE]
this is my guns dealer:
[QUOTE]TEAM_TIERONEDEALER = DarkRP.createJob("Gun Dealer - Tier 1", {
color = Color(255, 140, 0, 255),
model = "models/player/monk.mdl",
description = [[You are the least funded and disrespected arms merchant, you sell low tier weapons which are about as effective as one's fists.]],
weapons = {},
command = "gundealerone",
max = 2,
salary = GAMEMODE.Config.normalsalary,
admin = 0,
vote = false,
hasLicense = false
})[/QUOTE]
Any help is appreciated!
SIDE NOTE: I've been attempting to set up the ammo tab aswell, but it appears that no matter what I do, the ammo tab remains blank.
[highlight](User was banned for this post ("Didn't read the sticky" - Asaratha))[/highlight]
Sorry, you need to Log In to post a reply to this thread.