Discord
Steam
/
Garry's Mod
/
Help
/
How to add M9K..
Login/Join
Event Log
How to add M9K Weapons to DarkRP Server
3 replies, posted
Search
In This Thread
So I can't figure any of it out. The shipments spawn but the weapons are just props ontop of them. Help please?
Post your shipment code. Most likely, you're not shipping the entity, but rather, a prop.
Ok go into your shipments.lua and paste this in // PISTOLS // AddCustomShipment("Python", "models/weapons/w_colt_python.mdl", "m9k_coltpython", 3900, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("Colt 1911", "models/weapons/s_dmgf_co1911.mdl", "m9k_colt1911", 3500, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("HK 45C", "models/weapons/w_hk45c.mdl", "m9k_hk45", 3500, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("Raging Bull", "models/weapons/w_hk45c.mdl", "m9k_ragingbull", 4000, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("M29 Satan", "models/weapons/w_m29_satan.mdl", "m9k_m29satan", 4000, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("S&W Model 3 Russian", "models/weapons/w_model_3_rus.mdl", "m9k_model3russian", 3900, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("P229r", "models/weapons/w_sig_229r.mdl", "weapon_mad_p228", 2100, 5, false, 0, false, {TEAM_GUN}) // SUBMACHINE GUNS // AddCustomShipment("STEN", "models/weapons/w_sten.mdl", "m9k_sten", 6900, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("KRISS Vector", "models/weapons/w_kriss_vector.mdl", "m9k_vector", 6750, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Magpul PDR", "models/weapons/w_magpul_pdr.mdl", "m9k_magpulpdr", 7000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("UZI", "models/weapons/w_uzi_imi.mdl", "m9k_uzi", 6500, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Honey Badger", "models/weapons/w_aac_honeybadger.mdl", "m9k_honeybadger", 4000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("MP9", "models/weapons/w_brugger_thomet_mp9.mdl", "m9k_mp9", 6250, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("MP7", "models/weapons/w_mp7_silenced.mdl", "m9k_mp7", 6000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("MP5", "models/weapons/w_smg_mp5.mdl", "weapon_mad_mp5", 6200, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("MP5 - Silenced", "models/weapons/w_hk_mp5.mdl", "m9k_mp5sd", 5000, 10, false, 123, false, {TEAM_GUN}) // ASSAULT GUNS // AddCustomShipment("Acr", "models/weapons/w_masada_acr.mdl", "m9k_acr", 6750, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("AMD 65", "models/weapons/w_amd_65.mdl", "m9k_amd65", 7250, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("FN FAL", "models/weapons/w_fn_fal.mdl", "m9k_fal", 7750, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Scar", "models/weapons/w_fn_scar_h.mdl", "m9k_scar", 6500, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("TAR-21", "models/weapons/w_imi_tar21.mdl", "m9k_tar21", 6250, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Winchester 73", "models/weapons/w_winchester_1873.mdl", "m9k_winchester73", 6500, 10, false, 123, false, {TEAM_GUN}) // MACHINE GUNS// AddCustomShipment("FG42", "models/weapons/w_fg42.mdl", "m9k_fg42", 15000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("M60", "models/weapons/w_m60_machine_gun.mdl", "m9k_m60", 20000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("M249", "models/weapons/w_mach_m249para.mdl", "weapon_mad_m249", 16000, 10, false, 0, false, {TEAM_GUN}) // SHOTGUNS // AddCustomShipment("Double Barrel", "models/weapons/w_double_barrel_shotgun.mdl", "m9k_dbarrel", 6500, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Mossberg", "models/weapons/w_mossberg_590.mdl", "m9k_mossberg590", 8000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Remington 870", "models/weapons/w_remington_870_tact.mdl", "m9k_remington870", 7500, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("1897 Winchester", "models/weapons/w_winchester_1897_trench.mdl", "m9k_1897winchester", 6000, 10, false, 123, false, {TEAM_GUN}) // SNIPERS// AddCustomShipment("Barret M82", "models/weapons/w_barret_m82.mdl", "m9k_barret_m82", 10000, 10, false, 123, false, {TEAM_GUN}) AddCustomShipment("Barret M98B", "models/weapons/w_barrett_m98b.mdl", "m9k_m98b", 11000, 10, false, 0, false, {TEAM_GUN}) AddCustomShipment("M24", "models/weapons/w_snip_m24_6.mdl", "m9k_m24", 7000, 10, false, 123, false, {TEAM_GUN}) Make sure you put them under the following line. These aren't all of them.
What if he doesn't want those shipments? It's better to just fix code than replace it with someone else's.
Sorry, you need to
Log In
to post a reply to this thread.