• M9k Shipments Free Codedump
    4 replies, posted
In the course of working on my server, I have all the M9k shipments coded, plus a few extras. I have decided to go with a different weapon pack, and I'd hate to let all the work go to waste, so to help out all you current and future server owners, have a crapton of M9k code on me. Prices still need to be set. [CODE]DarkRP.createShipment("ACR", { model = "models/weapons/w_masada_acr.mdl", entity = "m9k_acr", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("Ak47", { model = "models/weapons/w_ak47_m9k.mdl", entity = "m9k_ak47", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("Ak74", { model = "models/weapons/w_tct_ak47.mdl", entity = "m9k_ak74", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("AMD65", { model = "models/weapons/w_amd_65.mdl", entity = "m9k_amd65", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("AN94", { model = "models/weapons/w_rif_an_94.mdl", entity = "m9k_an94", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("AUGA3", { model = "models/weapons/w_auga3.mdl", entity = "m9k_auga3", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("F2000", { model = "models/weapons/w_fn_f2000.mdl", entity = "m9k_f2000", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("FAL", { model = "models/weapons/w_fn_fal.mdl", entity = "m9k_fal", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("Famas", { model = "models/weapons/w_tct_famas.mdl", entity = "m9k_famas", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("HKG3A3", { model = "models/weapons/w_hk_g3.mdl", entity = "m9k_g3a3", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("G36C", { model = "models/weapons/w_hk_g36c.mdl", entity = "m9k_g36", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("L85A2", { model = "models/weapons/w_l85a2.mdl", entity = "m9k_l85", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("M4A1", { model = "models/weapons/w_m4a1_iron.mdl", entity = "m9k_m4a1", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("M14", { model = "models/weapons/w_snip_m14sp.mdl", entity = "m9k_m14sp", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("M16A4 ACOG", { model = "models/weapons/w_dmg_m16ag.mdl", entity = "m9k_m16a4_acog", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("M416", { model = "models/weapons/w_hk_416.mdl", entity = "m9k_m416", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("SCAR", { model = "models/weapons/w_fn_scar_h.mdl", entity = "m9k_scar", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("TAR21", { model = "models/weapons/w_imi_tar21.mdl", entity = "m9k_tar21", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("VAL", { model = "models/weapons/w_dmg_vally.mdl", entity = "m9k_val", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("Vikhr", { model = "models/weapons/w_dmg_vikhr.mdl", entity = "m9k_vikhr", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) DarkRP.createShipment("Winchester Rifle", { model = "models/weapons/w_winchester_1873.mdl", entity = "m9k_winchester73", price = 215, amount = 10, separate = true, pricesep = 215, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) --[[ M9k Pistols ]]-- DarkRP.createShipment("Desert Eagle", { model = "models/weapons/w_tcom_deagle.mdl", entity = "m9k_deagle", price = 2500, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("Python", { model = "models/weapons/w_colt_python.mdl", entity = "m9k_coltpython", price = 500, amount = 1, seperate = true, pricesep = 1000, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("Colt 1911", { model = "models/weapons/s_dmgf_co1911.mdl", entity = "m9k_colt1911", price = 150, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("HK 45C", { model = "models/weapons/w_hk45c.mdl", entity = "m9k_hk45", price = 200, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("Luger", { model = "models/weapons/w_luger_p08.mdl", entity = "m9k_luger", price = 100, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("Raging Bull", { model = "models/weapons/w_hk45c.mdl", entity = "m9k_ragingbull", price = 600, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("S&W 500", { model = "models/weapons/w_sw_model_500.mdl", entity = "m9k_model500", price = 550, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("M29 Satan", { model = "models/weapons/w_m29_satan.mdl", entity = "m9k_m29satan", price = 750, amount = 1, seperate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Pistols", }) DarkRP.createShipment("Baretta", { model = "models/w
God where was this when i was starting my server haha nice release tho
Damn dude, I think this qualifies you for a [URL="https://www.thecodingbeast.com/certificate"]darkRP Dev Certificate[/URL] [T]https://www.thecodingbeast.com/certificate/img?txt=sirlenopow[/T]
[QUOTE=boxvader;50115605]Damn dude, I think this qualifies you for a [URL="https://www.thecodingbeast.com/certificate"]darkRP Dev Certificate[/URL] [T]https://www.thecodingbeast.com/certificate/img?txt=sirlenopow[/T][/QUOTE] fuck he's a pro now he even has the certificate to prove it
[QUOTE=boxvader;50115605]Damn dude, I think this qualifies you for a [URL="https://www.thecodingbeast.com/certificate"]darkRP Dev Certificate[/URL] [T]https://www.thecodingbeast.com/certificate/img?txt=sirlenopow[/T][/QUOTE] Yay I'm a pro now! :D
Sorry, you need to Log In to post a reply to this thread.