DarkRP.createShipment("FAS Deagle", { model = "models/weapons/w_deserteagle.mdl", entity = "fas2_deagle", price = 10000, pricesep = nil, amount = 10, seperate = FALSE, noship = FALSE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS Deagle", { model = "models/weapons/w_deserteagle.mdl", entity = "fas2_deagle", price = 1000, pricesep = 5000, amount = 10, seperate = TRUE, noship = TRUE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS M1911", { model = "models/weapons/w_1911.mdl", entity = "fas2_m1911", price = 10000, amount = 10, seperate = FALSE, pricesep = nil, noship = FALSE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS M1911", { model = "models/weapons/w_1911.mdl", entity = "fas2_m1911", price = 1000, amount = 10, seperate = TRUE, pricesep = 1000, noship = TRUE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS OTS33", { model = "models/weapons/world/pistols/ots33.mdl", entity = "fas2_ots33", price = 10000, amount = 10, seperate = FALSE, pricesep = nil, noship = FALSE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS OTS33", { model = "models/weapons/world/pistols/ots33.mdl", entity = "fas2_ots33", price = 1000, amount = 10, seperate = TRUE, pricesep = 1000, noship = TRUE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS P226", { model = "models/weapons/w_pist_p228.mdl", entity = "fas2_p226", price = 10000, amount = 10, seperate = FALSE, pricesep = nil, noship = FALSE, allowed = {TEAM_GUN} }) DarkRP.createShipment("FAS P226", { model = "models/weapons/w_pist_p228.mdl", entity = "fas2_p226", price = 1000, amount = 10, seperate = TRUE, pricesep = 1000, noship = TRUE, allowed = {TEAM_GUN} })