• M9K Shipmens in Entities
    12 replies, posted
Hi..So when I make M9K Entities I get Shipments and Weapons Tabs in F4 Menu..I don't like or want that..Is there any way for me to create shipments in entities tab AND SO THEY ARE ONLY VISIBLE FOR GUN DEALER that's really important,thanks !
Shipment != Entities You can`t put Shipments in Entities, but you can sell the Shipments AS Entities. So they are not Shipments anymore.
Humm..I'll stick with regular way but when I add m9k in shipments I get Weapons Tab (where it puts Single guns which I don't want I want only shipments) is there any way for me to remove/hide that Weapons tab from f4 ?
I hate servers like that, but I’ll help anyway. There’s a value that’s “true” in the shipment code, you need to turn it to false. If you’re using the extended version, separate = false And please for the love of god do not make “singles” shipments.
I won't make singles at all I don't think is good for my economy for anyone and new players to get a guns just like that so yea.. This is my code for shipments that's not a problem but problem is that I see F4 Tab Weapons and Shipments when im not a Gun Dealer...And I see Weapons even tho I don't have Singles...So I wanna "hide" them and remove weapons for good.
So when you're not a gun dealer can you click on the shipments/weapons tab and see the shipments or just the tabs greyed out?
Yes I can click on them and it's look like this https://i.imgur.com/Bz6Sodv.jpg
post the code for shipments and weapons please
Well I only got one shipment for now I was testing its in shipments.lua and here is a code DarkRP.createShipment("Colt 1911", {     model = "models/weapons/s_dmgf_co1911.mdl",     entity = "m9k_colt1911",     amount = 10,     price = 2500,     separate = false,     pricesep = 0,     noship = false,     category = "Pistols",     allowed = {TEAM_GUN},     customCheck = function(ply) return         table.HasValue({TEAM_GUN}, ply:Team())     end,     CustomCheckFailMsg = "Only available for Gun Dealer", })
Well Its fixed I changed F4 Addon
whatever works I'm doing something similar but trying to get it to work without changing addons.
Yea..I am using SH now and all shipments are in entities (which I want) so it's good..Can you just help me with "invisible" admin category and group ?
I can try
Sorry, you need to Log In to post a reply to this thread.