• DarkRP Shipments not coming up?
    6 replies, posted
Umm. Not sure what to post because I have no errors in console when I go as gun dealer. The Gundealer is not disabled in DarkRP,none of them are,the shipments are using "TEAM_GUN" as the only allowed team to buy them. [CODE]DarkRP.createShipment("Usp", { model = "models/weapons/3_pist_usp.mdl", entity = "bb_usp_alt", price = 750, amount = 10, separate = false, pricesep = 0, noship = false, allowed = {TEAM_GUN}, -- CustomCheck }) [/CODE] I can't find it anywhere,the only file that seems to be having lua errors is never referenced by DarkRPs entitys/weapons files. So.. Help? [B]Tell me if I need to post any other peices of code.[/B] Edit: Completely forgot the main part of this: When I go as gundealer,all the shipments in the shipments.lua file or whatever are not being added in the shipments tab,not one. There are no errors when joining,using the job,going into the tab,or anything. I'm stupid enough to forget the question.
You've set both noship and separate to false? Read up what the functions do here: [url]http://wiki.darkrp.com/index.php/DarkRP:CustomShipmentFields[/url]
[QUOTE=smithy285;48007051]You've set both noship and separate to false? Read up what the functions do here: [url]http://wiki.darkrp.com/index.php/DarkRP:CustomShipmentFields[/url][/QUOTE] Lol,I wasn't sure what they meant,however I didn't make these,some other dev did and he wasn't able to find out,so I asked whether he had posted on here,he replys,no. I kinda facepalmed at that. He's been at it for hours trying to figure out. TheCodingbeast needs to get his generator fixed soon. Edit: Isn't working/No Lua Errors. All Shipments are like this: noship = true, separate = false, This works: [CODE] DarkRP.createShipment("Colt1991", { model = "models/weapons/s_dmgf_co1911.mdl", level = 1, entity = "m9k_colt1911", price = 2500, amount = 10, seperate = false, pricesep = 7500, noship = false, category = "Pistols", allowed = {TEAM_BMD, TEAM_GUN, TEAM_CPEDDLER, TEAM_TYCHUS, TEAM_HEAVENSMERC, TEAM_DONGERSUPPLY, TEAM_MOSA, TEAM_JACK , TEAM_JOKER, TEAM_JEFFSALES, TEAM_UNKNOWNSTR} })[/CODE] However,this doesn't: [CODE]DarkRP.createShipment("Usp", { model = "models/weapons/3_pist_usp.mdl", entity = "bb_usp_alt", price = 750, amount = 10, separate = false, pricesep = 0, noship = false, allowed = {TEAM_GUN}, -- CustomCheck }) [/CODE] Maybe its the weapons pack?
May I propose a solution? Yes? Ok then, darkrp modification-master is weird, I for one notice it has conflicts with certain files and does not tell you in the form of a error, how ever, when coding a DarkRP server for a friend I discovered that Car Dealer NPCs created such colisions, further more this happened to him when he added 'M9k CSGO sweeps'. Maybe it's another addon. I can't explain why this happens sadly but it can be fixed.
[QUOTE=Borris_Squad;48007710]May I propose a solution? Yes? Ok then, darkrp modification-master is weird, I for one notice it has conflicts with certain files and does not tell you in the form of a error, how ever, when coding a DarkRP server for a friend I discovered that Car Dealer NPCs created such colisions, further more this happened to him when he added 'M9k CSGO sweeps'. Maybe it's another addon. I can't explain why this happens sadly but it can be fixed.[/QUOTE] Alright,the guy was a complete asshole and his co-owner just randomly banned me,then he started saying I installed a backdoor that kicked his other dev (which couldn't figure it out either), he installed M9K and before showing his true colors he asked me for m9K shipments,I gave them and then he,well you know now,so this thread is,I guess,closed/solved. Thanks you guys. -Borris_Squad,It was a CSGO Weapons/CSGO Weapons Alternatives on a M9K Base. I guess that was the same thing,he had The Script Fodder Car Dealer installed anyway. //Thread Close Requested Admins/Moderators,I don't give a shit anymore about this,not my problem. Bwhahaha
Missing level = 1 ?
I'm sorry to hear that, but your welcome.
Sorry, you need to Log In to post a reply to this thread.