Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AddCustomShipment("[Melee] BaseBall Bat", {
- model = "models/weapons/w_baseb_t.mdl",
- entity = "basebat",
- price = 50000,
- amount = 5,
- separate = true,
- pricesep = 10000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Explosive] M67", {
- model = "models/weapons/w_eq_fraggrenade_thrown.mdl",
- entity = "fas2_ammo_m67",
- price = 400000,
- amount = 10,
- separate = true,
- pricesep = 40000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Misc] Lockpick", {
- model = "models/weapons/w_crowbar.mdl",
- entity = "lockpick",
- price = 5000,
- amount = 10,
- separate = true,
- pricesep = 500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assault Rifle] ACR", {
- model = "models/weapons/tfa_w_masada_acr.mdl",
- entity = "tfa_acr",
- price = 90000,
- amount = 10,
- separate = true,
- pricesep = 9000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assault Rifle] SCAR", {
- model = "models/weapons/tfa_w_fn_scar_h.mdl",
- entity = "tfa_scar",
- price = 22500,
- amount = 10,
- separate = true,
- pricesep = 2250,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[SMG] Tommy Gun", {
- model = "models/weapons/tfa_w_tommy_gun.mdl",
- entity = "tfa_thompson",
- price = 25000,
- amount = 10,
- separate = true,
- pricesep = 2500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Shotgun] Benelli M3", {
- model = "models/weapons/tfa_w_benelli_m3.mdl",
- entity = "tfa_m3",
- price = 65000,
- amount = 10,
- separate = true,
- pricesep = 6500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assault Rifle] M4A1", {
- model = "models/weapons/w_m4.mdl",
- entity = "fas2_m4a1",
- price = 15000,
- amount = 10,
- separate = true,
- pricesep = 2000,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Explosive] Semtex C4", {
- model = "models/weapons/w_sb_planted.mdl",
- entity = "usm_c4",
- price = 20000,
- amount = 10,
- separate = true,
- pricesep = 20000,
- noship = true,
- allowed = {TEAM_OSAMA}
- })
- AddCustomShipment("[Explosive] Jihad", {
- model = "models/weapons/w_jb.mdl",
- entity = "weapon_jihadbomb",
- price = 25000,
- amount = 10,
- separate = true,
- pricesep = 25000,
- noship = true,
- allowed = {TEAM_OSAMA,TEAM_EX_THEJOKER}
- })
- AddCustomShipment("[Grenade] Concussion Grenade", {
- model = "models/weapons/w_grenade.mdl",
- entity = "weapon_concussion_nade",
- price = 1200,
- amount = 10,
- separate = true,
- pricesep = 1200,
- noship = true,
- allowed = {TEAM_SWAT, TEAM_EX_SOG, TEAM_EX_SOGCOMMANDER}
- })
- ----------------------- Gun Smuggler----------------------------------------------
- AddCustomShipment("[Pistol] Colt 1911", {
- model = "models/weapons/tfa_w__dmgf_co1911.mdl",
- entity = "tfa_colt1911",
- price = 2000,
- amount = 10,
- separate = true,
- pricesep = 200,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Pistol] HK USP", {
- model = "models/weapons/tfa_w_hk45c.mdl",
- entity = "tfa_usp",
- price = 3000,
- amount = 10,
- separate = true,
- pricesep = 300,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Pistol] HK45C", {
- model = "models/weapons/tfa_w__dmgf_co1911.mdl",
- entity = "tfa_hk45",
- price = 7000,
- amount = 10,
- separate = true,
- pricesep = 700,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Pistol] M92 Beretta", {
- model = "models/weapons/tfa_wberetta_m92.mdl",
- entity = "tfa_m92beretta",
- price = 2000,
- amount = 10,
- separate = true,
- pricesep = 200,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Pistol] P80 Luger", {
- model = "models/weapons/tfa_w_luger_p08.mdl",
- entity = "tfa_luger",
- price = 6500,
- amount = 10,
- separate = true,
- pricesep = 650,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Pistol] SIG Sauer P229R", {
- model = "models/weapons/tfa_w_sig_229r.mdl",
- entity = "tfa_sig_p229r",
- price = 4500,
- amount = 10,
- separate = true,
- pricesep = 450,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Revolver] Colt Python", {
- model = "models/weapons/tfa_w_colt_python.mdl",
- entity = "tfa_coltpython",
- price = 7500,
- amount = 10,
- separate = true,
- pricesep = 750,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Revolver] M29 Satan", {
- model = "models/weapons/tfa_w_m29_satan.mdl",
- entity = "tfa_m29satan",
- price = 8500,
- amount = 10,
- separate = true,
- pricesep = 850,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Revolver] Raging Bull", {
- model = "models/weapons/tfa_w_taurus_raging_bull.mdl",
- entity = "tfa_ragingbull",
- price = 8000,
- amount = 10,
- separate = true,
- pricesep = 800,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Revolver] Raging Bull (Scoped)", {
- model = "models/weapons/tfa_w_raging_bull_scoped.mdl",
- entity = "tfa_scoped_taurus",
- price = 10000,
- amount = 10,
- separate = true,
- pricesep = 1000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Revolver] S W Model 3 Russian", {
- model = "models/weapons/tfa_w_model_3_rus.mdl",
- entity = "tfa_model3russian",
- price = 8000,
- amount = 10,
- separate = true,
- pricesep = 800,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Revolver] Remington 1858", {
- model = "models/weapons/tfa_w_remington_1858.mdl",
- entity = "tfa_remington1858",
- price = 9500,
- amount = 10,
- separate = true,
- pricesep = 950,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Revlover] SW Model 500", {
- model = "models/weapons/tfa_w_sw_model_500.mdl",
- entity = "tfa_model500",
- price = 10000,
- amount = 10,
- separate = true,
- pricesep = 1000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Revolver] SW Model 627", {
- model = "models/weapons/tfa_w_sw_model_627.mdl",
- entity = "tfa_model627",
- price = 7500,
- amount = 10,
- separate = true,
- pricesep = 750,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[SMG] AAC Honey Badger", {
- model = "models/weapons/tfa_w_aac_honeybadger.mdl",
- entity = "tfa_honeybadger",
- price = 40000,
- amount = 10,
- separate = true,
- pricesep = 4000
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] FN P90", {
- model = "models/weapons/tfa_w_fn_p90.mdl",
- entity = "tfa_smgp90",
- price = 15000,
- amount = 10,
- separate = true,
- pricesep = 1500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] HK MP7", {
- model = "models/weapons/tfa_w_mp7_silenced.mdl",
- entity = "tfa_mp7",
- price = 12500,
- amount = 10,
- separate = true,
- pricesep = 1250,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] HK UMP45", {
- model = "models/weapons/tfa_w_hk_ump45.mdl",
- entity = "tfa_ump45",
- price = 15000,
- amount = 10,
- separate = true,
- pricesep = 1500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] HK USC", {
- model = "models/weapons/tfa_w_hk_usc.mdl",
- entity = "tfa_usc",
- price = 13500,
- amount = 10,
- separate = true,
- pricesep = 1350,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] KAC PDW", {
- model = "models/weapons/tfa_w_kac_pdw.mdl",
- entity = "tfa_kac_pdw",
- price = 12500,
- amount = 10,
- separate = true,
- pricesep = 1250,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] KRISS Vector", {
- model = "models/weapons/tfa_w_kriss_vector.mdl",
- entity = "tfa_vector",
- price = 17500,
- amount = 10,
- separate = true,
- pricesep = 1750,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] Magpul PDR", {
- model = "models/weapons/tfa_w_magpul_pdr.mdl",
- entity = "tfa_magpulpdr",
- price = 20000,
- amount = 10,
- separate = true,
- pricesep = 2000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] MP40", {
- model = "models/weapons/tfa_w_mp40smg.mdl",
- entity = "tfa_mp40",
- price = 17500,
- amount = 10,
- separate = true,
- pricesep = 1750,
- noship = false,
- allowed = {TEAM_GMGUN}
- })
- AddCustomShipment("[SMG] MP5SD", {
- model = "models/weapons/tfa_w_hk_mp5sd.mdl",
- entity = "tfa_mp5sd",
- price = 15000,
- amount = 10,
- separate = true,
- pricesep = 1500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] MP9", {
- model = "models/weapons/tfa_w_brugger_thomet_mp9.mdl",
- entity = "tfa_mp9",
- price = 15000,
- amount = 10,
- separate = true,
- pricesep = 1500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] STEN", {
- model = "models/weapons/tfa_w_sten.mdl",
- entity = "tfa_sten",
- price = 13000,
- amount = 10,
- separate = true,
- pricesep = 1300,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] TEC-9", {
- model = "models/weapons/tfa_w_intratec_tec9.mdl",
- entity = "tfa_tec9",
- price = 12500,
- amount = 10,
- separate = true,
- pricesep = 1250,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[SMG] UZI", {
- model = "models/weapons/tfa_wuzi_imi.mdl",
- entity = "tfa_uzi",
- price = 13500,
- amount = 10,
- separate = true,
- pricesep = 1350,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] 73 Winchester Carbine", {
- model = "models/weapons/tfa_w_winchester_1873.mdl",
- entity = "tfa_winchester73",
- price = 65000,
- amount = 10,
- separate = true,
- pricesep = 6500,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Assult Rifle] AK-74", {
- model = "models/weapons/tfa_w_tct_ak47.mdl",
- entity = "tfa_ak74",
- price = 155000,
- amount = 10,
- separate = true,
- pricesep = 15500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assult Rifle] AMD 65", {
- model = "models/weapons/tfa_w_amd_65.mdl",
- entity = "tfa_amd65",
- price = 95000,
- amount = 10,
- separate = true,
- pricesep = 9500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assult Rifle] F2000", {
- model = "models/weapons/tfa_w_fn_f2000.mdl",
- entity = "tfa_f2000",
- price = 130000,
- amount = 10,
- separate = true,
- pricesep = 13000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assult Rifle] AS VAL", {
- model = "models/weapons/tfa_w_dmg_vally.mdl",
- entity = "tfa_val",
- price = 90000,
- amount = 10,
- separate = true,
- pricesep = 9000,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Assult Rifle] FN FAL", {
- model = "models/weapons/tfa_w_fn_fal.mdl",
- entity = "tfa_fal",
- price = 80000,
- amount = 10,
- separate = true,
- pricesep = 8000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] G36", {
- model = "models/weapons/tfa_w_hk_g36c.mdl",
- entity = "tfa_g36",
- price = 95000,
- amount = 10,
- separate = true,
- pricesep = 9500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] HK 416", {
- model = "models/weapons/tfa_w_hk_416.mdl",
- entity = "tfa_m416",
- price = 120000,
- amount = 10,
- separate = true,
- pricesep = 12000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] HK G3A3", {
- model = "models/weapons/tfa_w_hk_g3.mdl",
- entity = "tfa_g3a3",
- price = 170000,
- amount = 10,
- separate = true,
- pricesep = 17000,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Assult Rifle] L85", {
- model = "models/weapons/tfa_w_l85a2.mdl",
- entity = "tfa_l85",
- price = 115000,
- amount = 10,
- separate = true,
- pricesep = 11500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] M14", {
- model = "models/weapons/tfa_w_snip_m14sp.mdl",
- entity = "tfa_m14sp",
- price = 150000,
- amount = 10,
- separate = true,
- pricesep = 15000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] M16A4 ACOG", {
- model = "models/weapons/tfa_w_dmg_m16ag.mdl",
- entity = "tfa_m16a4_acog",
- price = 130000,
- amount = 10,
- separate = true,
- pricesep = 13000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] SR-3M Vikhr", {
- model = "models/weapons/tfa_w_dmg_vikhr.mdl",
- entity = "tfa_l85",
- price = 90000,
- amount = 10,
- separate = true,
- pricesep = 9000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Assult Rifle] Streyr AUG A3", {
- model = "models/weapons/tfa_w_auga3.mdl",
- entity = "tfa_auga3",
- price = 100000,
- amount = 10,
- separate = true,
- pricesep = 10000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Assult Rifle] TAR-21", {
- model = "models/weapons/tfa_w_imi_tar21.mdl",
- entity = "tfa_tar21",
- price = 170000,
- amount = 10,
- separate = true,
- pricesep = 17000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Browning Auto 5", {
- model = "models/weapons/w_browning_auto.mdl",
- entity = "tfa_dbarrel",
- price = 100000,
- amount = 10,
- separate = true,
- pricesep = 10000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Double Barrel Shotgun", {
- model = "models/weapons/tfa_w_double_barrel_shotgun.mdl",
- entity = "tfa_browningauto5",
- price = 50000,
- amount = 10,
- separate = true,
- pricesep = 5000,
- noship = false,
- allowed = {TEAM_GUN}
- })
- AddCustomShipment("[Shotgun] Ithaca M37", {
- model = "models/weapons/w_ithaca_m37.mdl",
- entity = "tfa_ithacam37",
- price = 100000,
- amount = 10,
- separate = true,
- pricesep = 10000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Mossberg 590", {
- model = "models/weapons/w_mossberg_590.mdl",
- entity = "tfa_mossberg590",
- price = 85000,
- amount = 10,
- separate = true,
- pricesep = 8500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Pancor Jackhammer", {
- model = "models/weapons/tfa_w_pancor_jackhammer.mdl",
- entity = "tfa_jackhammer",
- price = 525000,
- amount = 10,
- separate = true,
- pricesep = 52500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Remington 870", {
- model = "models/weapons/tfa_w_remington_870_tact.mdl",
- entity = "tfa_remington870",
- price = 75000,
- amount = 10,
- separate = true,
- pricesep = 7500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Shotgun] Spas 12", {
- model = "models/weapons/tfa_w_spas_12.mdl",
- entity = "tfa_spas12",
- price = 650000,
- amount = 10,
- separate = true,
- pricesep = 65000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Striker 12", {
- model = "models/weapons/w_striker_12g.mdl",
- entity = "tfa_striker12",
- price = 800000,
- amount = 10,
- separate = true,
- pricesep = 80000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] USAS", {
- model = "models/weapons/w_usas_12.mdl",
- entity = "tfa_usas",
- price = 7000000,
- amount = 10,
- separate = true,
- pricesep = 70000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Winchester 1897", {
- model = "models/weapons/w_winchester_1897_trench.mdl",
- entity = "tfa_1897winchester",
- price = 50000,
- amount = 10,
- separate = true,
- pricesep = 5000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Shotgun] Winchester 87", {
- model = "models/weapons/w_winchester_1887.mdl",
- entity = "tfa_1887winchester",
- price = 45000,
- amount = 10,
- separate = true,
- pricesep = 4500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[LMG] Ares Strike", {
- model = "models/weapons/tfa_w_ares_shrike.mdl",
- entity = "tfa_ares_shrike",
- price = 425000,
- amount = 10,
- separate = true,
- pricesep = 42500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[LMG] FG 42", {
- model = "models/weapons/tfa_w_fg42.mdl",
- entity = "tfa_fg42",
- price = 200000,
- amount = 10,
- separate = true,
- pricesep = 20000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[LMG] M1918 BAR", {
- model = "models/weapons/tfa_w_m1918_bar.mdl",
- entity = "tfa_m1918bar",
- price = 225000,
- amount = 10,
- separate = true,
- pricesep = 22500,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[LMG] M249", {
- model = "models/weapons/tfa_w_m249_machine_gun.mdl",
- entity = "tfa_m249lmg",
- price = 225000,
- amount = 10,
- separate = true,
- pricesep = 22500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[LMG] M60 ", {
- model = "models/weapons/tfa_w_m60_machine_gun.mdl",
- entity = "tfa_m60",
- price = 325000,
- amount = 10,
- separate = true,
- pricesep = 32500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[LMG] PKM ", {
- model = "models/weapons/tfa_w_mach_russ_pkm.mdls",
- entity = "tfa_pkm",
- price = 275000,
- amount = 10,
- separate = true,
- pricesep = 27500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] AI AW50", {
- model = "models/weapons/tfa_w_acc_int_aw50.mdl",
- entity = "tfa_aw50",
- price = 130000,
- amount = 10,
- separate = true,
- pricesep = 13000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Barret M82", {
- model = "models/weapons/tfa_w_barret_m82.mdl",
- entity = "tfa_barret_m82",
- price = 300000,
- amount = 10,
- separate = true,
- pricesep = 30000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Barret M98B", {
- model = "models/weapons/tfa_w_barrett_m98b.mdl",
- entity = "tfa_m98b",
- price = 300000,
- amount = 10,
- separate = true,
- pricesep = 30000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Dragonav SVU", {
- model = "models/weapons/tfa_w_dragunov_svu.mdl",
- entity = "tfa_svu",
- price = 325000,
- amount = 10,
- separate = true,
- pricesep = 32500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] HK SL8", {
- model = "models/weapons/tfa_w_hk_sl8.mdl",
- entity = "tfa_sl8",
- price = 300000,
- amount = 10,
- separate = true,
- pricesep = 30000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Intervention", {
- model = "models/weapons/tfa_w_snip_int.mdl",
- entity = "tfa_intervention",
- price = 200000,
- amount = 10,
- separate = true,
- pricesep = 20000,
- noship = false,
- allowed = {TEAM_BMGUN}
- })
- AddCustomShipment("[Sniper Rifle] M24", {
- model = "models/weapons/tfa_w_snip_m24_6.mdl",
- entity = "tfa_m24",
- price = 175000,
- amount = 10,
- separate = true,
- pricesep = 17500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] PSG-1", {
- model = "models/weapons/w_hk_psg1.mdl",
- entity = "tfa_psg1q",
- price = 275000,
- amount = 10,
- separate = true,
- pricesep = 27500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Remmington 7615P", {
- model = "models/weapons/w_remington_7615p.mdl",
- entity = "tfa_remington7615p",
- price = 100000,
- amount = 10,
- separate = true,
- pricesep = 10000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] SVD Dragunov", {
- model = "models/weapons/w_svd_dragunov.mdl",
- entity = "tfa_dragunov",
- price = 175000,
- amount = 10,
- separate = true,
- pricesep = 17500,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] SVT 40", {
- model = "models/weapons/w_svt_40.mdl",
- entity = "tfa_svt40",
- price = 130000,
- amount = 10,
- separate = true,
- pricesep = 13000,
- noship = false,
- allowed = {TEAM_GUNSMUGGLER}
- })
- AddCustomShipment("[Sniper Rifle] Thompson Contender G2", {
- model = "models/weapons/tfa_w_g2_contender.mdl",
- entity = "tfa_contender",
- price = 175000,
- amount = 10,
- separate = true,
- pricesep = 17500,
- noship = false,
- allowed = {TEAM_GUN}
- })
Advertisement
Add Comment
Please, Sign In to add comment