I need somebody to help me with DarkRP adding M9K weapons please add me on steam
Steam: amunao
If you are trying to add it to a job then you can just open the shared.lua found in the gamemodes folder within darkrp and add a new job with said weapon.
[QUOTE]TEAM_FAGGOT = AddExtraTeam("420 blaze it faggot", {
color = Color(25, 25, 170, 255),
model = "models/player/swag.mdl",
description = [[You stink of garlic bread, GTFO NEWFAG.]],
weapons = {"arrest_stick", "unarrest_stick", "m9k_colt1911", "stunstick", "door_ram", "weaponchecker"},
command = "homo",
max = 4,
salary = 65,
admin = 0,
vote = true,
hasLicense = true
})
[/QUOTE]
And as an buyable shipment you open the addentities.lua and add something like this
[QUOTE]AddCustomShipment("M98B", "models/weapons/w_barrett_m98b.mdl", "m9k_m98b", 10000, 10, false, 0, false, {TEAM_FAGGOT})
[/QUOTE]
If you want to add buyable ammo for an ammo dealer then you'd do the same thing but with the ammo entity.
[QUOTE]AddEntity("Buckshot Shells", "m9k_ammo_buckshot", "models/Items/BoxBuckshot.mdl", 350, 2, "/buy357ammo", TEAM_HOMO)
[/QUOTE]
Sorry, you need to Log In to post a reply to this thread.