• [DarkRP] Entitys as Shipments
    5 replies, posted
Because nobody answered my thread on the darkrp forum, I'll ask here: I have an entity (money printer batterys) purchasable in the entitys tab in F4. My question is wether I can make a shipment for this entity. If it is possible, how can I do it? I tried just with the same way as with weapons and I can purchase the shipment then, but I can't use the money printer batterys afterwards. Regards, Pascal
THis seems to be impossible then?
Try this: [code] DarkRP.createShipment("Money Printer Batterys", { model = "<Insert Model here>", entity = "<Insert Entity name here>", price = 215, amount = 10, separate = false, pricesep = 215, noship = true, allowed = {TEAM_GUN}, category = "Pistols", }) [/code]
[QUOTE=PERPGamer;48459708]Try this: [code] DarkRP.createShipment("Money Printer Batterys", { model = "<Insert Model here>", entity = "<Insert Entity name here>", price = 215, amount = 10, separate = false, pricesep = 215, noship = true, allowed = {TEAM_GUN}, category = "Pistols", }) [/code][/QUOTE] I tried this, but that is causing the batterys to not work afterwards.
[QUOTE=P4sca1;48459725]I tried this, but that is causing the batterys to not work afterwards.[/QUOTE] Well that is the only real way to make a shipment in darkrp, sorry
Hmm, I think this is impossible then. Thanks anyway! :)
Sorry, you need to Log In to post a reply to this thread.