Discord
Steam
/
Garry's Mod
/
Developers
/
DarkRP Custom ..
Login/Join
Event Log
DarkRP Custom shipments not showing up.
1 replies, posted
Search
In This Thread
Ok so I added weapons to the server and they work fine, the problem is i cant get the shipments to show, i do not know what the problem is. Here's the code. [code]DarkRP.createShipment("Needler", { model = "models/needler.mdl", entity = "halo_needler", price = 7000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} }) DarkRP.createShipment("Plasma Pistol", { model = "models/ppistol.mdl", entity = "halo_plasma_pistol", price = 5000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} }) DarkRP.createShipment("Covenant Carbine", { model = "models/carbine.mdl", entity = "halo_covenant_carbine", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} }) DarkRP.createShipment("Beam Rifle", { model = "models/h3beamrifle.mdl", entity = "halo_beam_rifle", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} } DarkRP.createShipment("Plasma Repeater", { model = "models/weapons/rin/halo/reach/r_plasmarepeater.mdl", entity = "halo_plasma_repeater", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} } DarkRP.createShipment("Gravity Hammer", { model = "models/halo4/weapons/gravity_hammer.mdl", entity = "halo_gravity_hammer", price = 10000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} } DarkRP.createShipment("Brute Shot", { model = "models/brute_shot.mdl", entity = "brute_shot", price = 20000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_COVANANTGUN} } DarkRP.createShipment("Light Rifle", { model = "models/weapons/bitl/halo4/w_lightrifle.mdl", entity = "halo_light_rifle", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Shotguns", { model = "models/shotty.mdl", entity = "shotgun", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Grenade Launcher", { model = "models/glauncher.mdl", entity = "halo_launcher", price = 15000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Dual SMGs", { model = "models/smg_foreclosed.mdl", entity = "smg_odst_unsil", price = 10000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Dual Magnums", { model = "models/magnum.mdl", entity = "halo_dual_magnums", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Rocker Launcher", { model = "models/rocket.mdl", entity = "halo_rocket_launcher", price = 20000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Assault Rifle", { model = "models/ar.mdl", entity = "halo_assault_rifle", price = 8000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} } DarkRP.createShipment("Sentinel Beam", { model = "models/sgun.mdl", entity = "sentinel_beams", price = 20000, amount = 10, seperate = false, pricesep = 0, noship = false, allowed = {TEAM_SPARTANGUN} }[/code]
All from Beam Rifle and down are missing a closing bracket. Look at the ending of the first 3 shipments then look at the rest.
Sorry, you need to
Log In
to post a reply to this thread.