Garry's Mod Leaks

CW 2.0 Shipments

Submitted by kryovio, , Thread ID: 87813

Thread Closed
09-05-2018, 09:51 AM
This post was last modified: 09-05-2018, 09:51 AM by kryovio
#1
Code:
DarkRP.createShipment("IMI Desert Eagle", {
model = "models/weapons/w_pist_deagle.mdl",
entity = "cw_deagle",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("MR96", {
model = "models/weapons/w_357.mdl",
entity = "cw_mr96",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("G3A3", {
model = "models/weapons/w_snip_g3sg1.mdl",
entity = "cw_g3a3",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("L115", {
model = "models/weapons/w_cstm_l96.mdl",
entity = "cw_l115",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("Smoke Grenade", {
model = "models/weapons/w_eq_smokegrenade.mdl",
entity = "cw_smoke_grenade",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("AK-74", {
model = "models/weapons/w_rif_ak47.mdl",
entity = "cw_ak74",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("Frag Grenade", {
model = "models/weapons/w_cw_fraggrenade_thrown.mdl",
entity = "cw_frag_grenade",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("HK MP5", {
model = "models/weapons/w_smg_mp5.mdl",
entity = "cw_mp5",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("Flash Grenade", {
model = "models/weapons/w_eq_flashbang.mdl",
entity = "cw_flash_grenade",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})


DarkRP.createShipment("AR-15", {
model = "models/weapons/w_rif_m4a1.mdl",
entity = "cw_ar15",
price = 1000, // Price for a shipment
amount = 10, // How many in a shipment
separate = true,
pricesep = 100, // Price of individual guns
noship = false,
allowed = {TEAM_GUN}, // Allowed teams
})

Users browsing this thread: 2 Guest(s)