How do i make ammo shipments?i have the ammo type already, but when i created the shipment and go in game i just cant pick it up.
AddCustomShipment("Pulse Ammo", "models/Items/BoxMRounds.mdl", "M9K Rifle ammo", 1000, 10, false, 0, false, {TEAM_BMD, TEAM_GUN})
ammo type--
DarkRP.createAmmoType("ar2", {
name = "M9K Rifle ammo",
model = "models/Items/BoxMRounds.mdl",
price = 60,
amountGiven = 30,
allowed = {TEAM_GUN}
})
lol go to this link and it will be much easier:
[url]https://www.thecodingbeast.com/tools/shipment[/url]
[QUOTE=Jamestheboss;48562153]lol go to this link and it will be much easier:
[url]https://www.thecodingbeast.com/tools/shipment[/url][/QUOTE]
you dont understand i make shipments easy,but but the ammo shipment when i press E it comes out of the box and when i got pick the ammo entietie it doesnt pick it up...
make sure you have it set to "weapon" not "entity"
[editline]28th August 2015[/editline]
it should be like this, go to the coding beast link I gave you and do it properly!
DarkRP.createShipment("", {
model = "",
entity = "weapon_ak472",
price = 1000,
amount = 5,
separate = false,
pricesep = 100,
noship = false,
-- CustomCheck
})
[QUOTE=Jamestheboss;48562787]make sure you have it set to "weapon" not "entity"
[editline]28th August 2015[/editline]
it should be like this, go to the coding beast link I gave you and do it properly!
DarkRP.createShipment("", {
model = "",
entity = "weapon_ak472",
price = 1000,
amount = 5,
separate = false,
pricesep = 100,
noship = false,
-- CustomCheck
})[/QUOTE]
i got it, it was a problem with the m9k ammo fixed now,thanks anyway
Sorry, you need to Log In to post a reply to this thread.