• Weapons on my server not at all showing up
    9 replies, posted
Hi I'm trying to make a 1942rp server and my guns wont show up for shit. Anything wrong in these files? --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Bazooka", {     model = "models/weapons/syndod/w_bazooka.mdl",     entity = "weapon_752_bazooka",     amount = 10,     price = 7000,     separate = true,     pricesep = 7000,     noship = true,     allowed = {TEAM_RUSTUNG} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Bren Light Machine Gun", {     model = "models/weapons/syndod/v_brenlmg.mdl",     entity = "weapon_752_bren",     amount = 10,     price = 1000,     separate = true,     pricesep = 1000,     noship = true,     allowed = {TEAM_BLACKMARKET} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Mauser C96", {     model = "models/weapons/syndod/v_c96.mdl",     entity = "weapon_752_c96",     amount = 10,     price = 600,     separate = true,     pricesep = 600,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("DP-28", {     model = "models/weapons/syndod/v_D0cal.mdl",     entity = "weapon_752_dp",     amount = 10,     price = 1300,     separate = true,     pricesep = 1300,     noship = true,     allowed = {TEAM_BLACKMARKET} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("FG-42", {     model = "models/weapons/syndod/v_mp33.mdl",     entity = "weapon_752_fg42",     amount = 10,     price = 600,     separate = true,     pricesep = 600,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Gewehr 43", {     model = "weapon_752_gewehr43",     entity = "weapon_752_gewehr43",     amount = 10,     price = 700,     separate = true,     pricesep = 700,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Kar98k", {     model = "models/weapons/syndod/v_k98.mdl",     entity = "weapon_752_k98",     amount = 10,     price = 750,     separate = true,     pricesep = 750,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("Luger", {     model = "models/weapons/syndod/v_p3b.mdl",     entity = "weapon_752_luger",     amount = 10,     price = 650,     separate = true,     pricesep = 650,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("M1 Carbine", {     model = "models/weapons/syndod/v_m1carbine.mdl",     entity = "weapon_752_m1carbine",     amount = 10,     price = 800,     separate = true,     pricesep = 800,     noship = true,     allowed = {TEAM_RUSTUNG} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("M1 Garand", {     model = "models/weapons/syndod/v_garand.mdl",     entity = "weapon_752_m1garand",     amount = 10,     price = 900,     separate = true,     pricesep = 900,     noship = true,     allowed = {TEAM_BLACKMARKET} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("MG-34", {     model = "models/weapons/syndod/v_mg34lmg.mdl",     entity = "weapon_752_mg34",     amount = 10,     price = 700,     separate = true,     pricesep = 700,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("MG-42", {     model = "models/weapons/syndod/v_mg42.mdl",     entity = "weapon_752_mg42",     amount = 10,     price = 800,     separate = true,     pricesep = 800,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} }) --[[     Generated using: DarkRP | Shipment Generator     https://csite.io/tools/gmod-darkrp-shipment --]] DarkRP.createShipment("MP-40", {     model = "models/weapons/syndod/w_mp40.mdl",     entity = "weapon_752_mp40",     amount = 10,     price = 600,     separate = true,     pricesep = 600,     noship = true,     allowed = {TEAM_GERMANSUPPLIER} })
The Gewehr Shipment model isn't a model. DarkRP.createShipment("Gewehr 43", { model = "weapon_752_gewehr43", // <-- that should be a model entity = "weapon_752_gewehr43", amount = 10, price = 700, separate = true, pricesep = 700, noship = true, allowed = {TEAM_GERMANSUPPLIER} })
ok thanks
Try setting GM.Config.restrictbuypistol = true That's what I found out of a google search. You can do some more research on your own if this doesn't work.
Okay thanks but where do I paste it?
DarkRP Modification, then go to settings.lua
I think this might help solve all your problems. Shipment Generator | cSite Alpha
you guys are the BEST it worked!
No problem. You can mark the response as a solution to help others out as well
next time still please put the code in clde text..not normal text on black and white
Sorry, you need to Log In to post a reply to this thread.