[url]http://imgur.com/NE5SDdE[/url]
[editline]3rd April 2016[/editline]
Or do you want the files?
[editline]3rd April 2016[/editline]
[url]http://www.mediafire.com/download/xj97g080flgwgec/darkrp_customthings.rar[/url]
Here it is
[editline]3rd April 2016[/editline]
And this is the darkrpmodification file. If needed
[url]http://www.mediafire.com/download/qujwwo4ijkjcd31/darkrpmodification-master.rar[/url]
[lua]DarkRP.createShipment("Mac 10", {
model = "models/weapons/w_smg_mac10.mdl",
entity = "weapon_mac102",
price = 2150,
amount = 10,
separate = false,
pricesep = nil,
noship = false,
allowed = {TEAM_GUN}
})[/lua]
no category set idk if that would cause it
I also tried it with catergories
canSee = fp{fn.Id, true}, in your categories?
[editline]3rd April 2016[/editline]
[lua]
DarkRP.createCategory{
name = "Pistols",
categorises = "weapons",
startExpanded = true,
color = Color(0, 107, 0, 255),
canSee = fp{fn.Id, true},
sortOrder = 100,
}[/lua]
What do you mean, im not a lua scripter so i dont understand
what is this? canSee = fp{fn.Id, true},
it seems like something that is blocking your shipments from showing up under any category if you do not know what that is then remove that line from all your shipments
I removed the lines but it still didnt work
then there is an errors on the server, find it
There are no error, host also had a look and couldnt find any
Remove that. Add m9k and just paste in this code - [url]http://pastebin.com/aLfBvSUX[/url]
All m9k shipments.
[QUOTE=Kyle_1337;50060527]Remove that. Add m9k and just paste in this code - [url]http://pastebin.com/aLfBvSUX[/url]
All m9k shipments.[/QUOTE]
Also didnt work
[QUOTE=JustMichell;50060580]Also didnt work[/QUOTE]
Did you install M9K?
Yes, and it is working in the jobs
reinstall darprpmodification
also didnt work
[QUOTE=JustMichell;50059151]Shipments arent working, no errors, this is my shipments.lua
[url]http://pastebin.com/Enfst01D[/url][/QUOTE]
[CODE]
DarkRP.createShipment("Mac-10", {
model = "models/weapons/w_smg_mac10.mdl",
entity = "weapon_mac102",
price = 2150,
amount = 10,
separate = false,
pricesep = ,
noship = false,
allowed = {TEAM_GUN},
-- CustomCheck
})
[/CODE]
That code works for a shipment of Mac10s, make sure you have those weapons turned in your DarkRP settings. If that dosen't work, would you mind telling the exact problem.(Like takes your money, but dosent spawn. Or spawns, but you cant pick up the gun.)
It doesnt showup in the shipment list. And i'm now using the m9k weapons and not the darkrp weapons
[QUOTE=JustMichell;50073430]It doesnt showup in the shipment list. And i'm now using the m9k weapons and not the darkrp weapons[/QUOTE]
Try this [url]https://www.thecodingbeast.com/tools/shipment[/url] TCB might be able to help, it's what I use.
Also didnt work
then obviously you didnt remove the custom check from from your categories.
[QUOTE=JustMichell;50080619]Also didnt work[/QUOTE]
I would just replace your shipments file and start all over at this point. People have given you several suggestions and none of them have worked. [URL="https://github.com/FPtje/darkrpmodification/blob/master/lua/darkrp_customthings/shipments.lua"]Here[/URL] is the blank shipments file paste it over your current one and see if the issue still arises. If it still doesn't work then you seriously fucked something up.
Sorry, you need to Log In to post a reply to this thread.