I can't seem to be able to pickup weapons after I spawn a shipment. This code I got from the DarkRP wiki and I have the css realistic weapons pack, but I don't know what is wrong with my coding.
-- ADD CUSTOM SHIPMENTS HERE(next line):
AddCustomShipment("M249", {
model = "models/weapons/w_mach_m249para.mdl",
entity = "weapon_real_cs_m249",
price = 10000,
amount = 10,
seperate = false,
pricesep = 1750,
noship = false,
allowed = {TEAM_GUN}
})
AddCustomShipment("Galil", {
model = "models/weapons/w_rif_galil.mdl",
entity = "weapon_real_cs_galil",
price = 4000,
amount = 10,
seperate = false,
pricesep = 0,
noship = false,
allowed = {TEAM_GUN}
})
Thanks in advance.
99.9% of the time this is due to the server not having CS:S installed. Make sure it's installed.
Sorry, you need to Log In to post a reply to this thread.