Advertisement
Guest User

shipments.lua

a guest
Jul 27th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. /*---------------------------------------------------------------------------
  2. DarkRP custom shipments and guns
  3. ---------------------------------------------------------------------------
  4.  
  5. This file contains your custom shipments and guns.
  6. This file should also contain shipments and guns from DarkRP that you edited.
  7.  
  8. Note: If you want to edit a default DarkRP shipment, first disable it in darkrp_config/disabled_defaults.lua
  9. Once you've done that, copy and paste the shipment to this file and edit it.
  10.  
  11. The default shipments and guns can be found here:
  12. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/addentities.lua
  13.  
  14. For examples and explanation please visit this wiki page:
  15. http://wiki.darkrp.com/index.php/DarkRP:CustomShipmentFields
  16.  
  17.  
  18. Add shipments and guns under the following line:
  19. ---------------------------------------------------------------------------*/
  20.  
  21.  
  22. AddCustomShipment("Lockpick Single", "models/weapons/w_crowbar.mdl", "lockpick", 5000, 1, false, 123, false, {TEAM_BLACKMARKETDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GOLDRESISTANCEDEALER})
  23. AddCustomShipment("Keypad Single", "models/weapons/w_c4.mdl", "keypad_cracker", 10000, 1, false, 123, false, {TEAM_BLACKMARKETDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GOLDRESISTANCEDEALER})
  24. AddCustomShipment("Medical Kit Single", "models/weapons/w_medkit.mdl", "med_kit", 10000, 1, false, 123, false, {TEAM_BLACKMARKETDEALER, TEAM_MEDIC})
  25. AddCustomShipment("SW 1917 Single", "models/khrcw2/doipack/w_sw1917.mdl", "doi_atow_sw1917", 5000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  26. AddCustomShipment("Colt M1911 Single", "models/khrcw2/doipack/w_m1911.mdl", "doi_atow_m1911", 10000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  27. AddCustomShipment("Browning M1919A6 Single", "models/khrcw2/doipack/w_m1919.mdl", "doi_atow_m1919a6", 60000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  28. AddCustomShipment("Lee-Enfield No.4 Single", "models/khrcw2/doipack/w_enfield.mdl", "doi_atow_enfieldno4", 25000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  29. AddCustomShipment("Sten Mk.II Single", "models/khrcw2/doipack/w_stenmk2.mdl", "doi_atow_stenmk2", 20000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  30. AddCustomShipment("M1918A2 BAR Single", "models/khrcw2/doipack/w_bar.mdl", "doi_atow_m1918a2", 25000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  31. AddCustomShipment("Vickers MG Single", "models/khrcw2/doipack/w_vickers.mdl", "doi_atow_vickers", 40000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  32. AddCustomShipment("BREN Mk.II Single", "models/khrcw2/doipack/w_bren.mdl", "doi_atow_brenmk2", 50000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  33. AddCustomShipment("Lewis LMG Single", "models/khrcw2/doipack/w_lewis.mdl", "doi_atow_lewisgun", 50000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_RESISTANCEDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER, TEAM_VIPRESISTANCEDEALER})
  34. AddCustomShipment("Walther P38 Single", "models/khrcw2/doipack/w_p38.mdl", "doi_atow_waltherp38", 10000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
  35. AddCustomShipment("C96 Carbine Single", "models/khrcw2/doipack/w_c96c.mdl", "doi_atow_c96carbine", 15000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
  36. AddCustomShipment("Kar 98 Rifle Single", "models/khrcw2/doipack/w_kar98k.mdl", "doi_atow_kar98k", 25000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
  37. AddCustomShipment("MP40 Single", "models/khrcw2/doipack/w_mp40.mdl", "doi_atow_mp40", 25000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
  38. AddCustomShipment("MP34 Single", "models/khrcw2/doipack/w_mp34.mdl", "doi_ws_atow_mp34", 20000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
  39. AddCustomShipment("Winchester M1912 Single", "models/khrcw2/doipack/w_m1912.mdl", "doi_atow_m1912", 35000, 1, false, 123, false, {TEAM_WEHRMACTARMSDEALER, TEAM_MAFIADEALER, TEAM_GUN, TEAM_GOLDRESISTANCEDEALER})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement