• [DarkRP] Job Entity's Error|Problem Please Help Me Resolve This!
    1 replies, posted
We are trying to add a heavy guns dealer to our server. We have added the job successfully but the entities for his shipments are not showing up?? We believe we did add them correctly. (To the best of our knowledge) [QUOTE] AddCustomShipment("AK-47", { model = "models/weapons/w_ak47_m9k.mdl", entity = "m9k_ak47", price = 25000, amount = 10, seperate = false, pricesep = 750, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Famas", { model = "models/weapons/w_tct_famas.mdl", entity = "m9k_famas", price = 25000, amount = 10, seperate = false, pricesep = 800, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Scar H", { model = "models/weapons/w_fn_scar_h.mdl", entity = "m9k_scar", price = 25000, amount = 10, seperate = false, pricesep = 800, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("M4A1", { model = "models/weapons/v_m4a1_iron.mdl", entity = "m9k_m4a1", price = 25000, amount = 10, seperate = false, pricesep = 750, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("TAR21", { model = "models/weapons/w_imi_tar21.mdl", entity = "m9k_tar21", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Vikhr", { model = "models/weapons/w_dmg_vikhr.mdl", entity = "m9k_vikhr", price = 30000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("AUG A3", { model = "models/weapons/w_auga3.mdl", entity = "m9k_auga3", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("f2000", { model = "models/weapons/w_fn_f2000.mdl", entity = "m9k_f2000", price = 38000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("FAL", { model = "models/weapons/w_fn_fal.mdl", entity = "m9k_fal", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("m416", { model = "models/weapons/w_hk_416.mdl", entity = "m9k_m416", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("VAL", { model = "models/weapons/w_dmg_vally.mdl", entity = "m9k_val", price = 27000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("m14sp", { model = "models/weapons/w_snip_m14sp.mdl", entity = "m9k_m14sp", price = 24000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("g3a3", { model = "models/weapons/w_hk_g3.mdl", entity = "m9k_g3a3", price = 25000, amount = 10, seperate = false pricesep = false, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("G36C", { model = "models/weapons/w_hk_g36c.mdl", entity = "m9k_g36", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Winchester", { model = "models/weapons/w_winchester_1873.mdl", entity = "m9k_winchester73", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("L85", { model = "models/weapons/w_l85a2.mdl", entity = "m9k_l85", price = 30000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("amd65", { model = "models/weapons/w_amd_65.mdl", entity = "m9k_amd65", price = 27000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("ACR", { model = "models/weapons/w_masada_acr.mdl", entity = "m9k_acr", price = 25000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_HGUN} }) AddCustomShipment("m16A4", { model = "models/weapons/w_dmg_m16ag.mdl", entity = "m9k_m16a4_acog", price = 15000, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("colt python", { model = "models/weapons/w_colt_python.mdl", entity = "m9k_coltpython", price = 500, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("colt 1911", { model = "models/weapons/w_colt_python.mdl", entity = "m9k_colt1911", price = 650, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("deagle", { model = "models/weapons/w_tcom_deagle.mdl", entity = "m9k_deagle", price = 2500, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("glock", { model = "models/weapons/w_dmg_glock.mdl", entity = "m9k_glock", price = 1000, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("hk45", { model = "models/weapons/w_hk45c.mdl", entity = "m9k_hk45", price = 1500, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Luger", { model = "models/weapons/w_luger_p08.mdl", entity = "m9k_luger", price = 750, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Beretta", { model = "models/weapons/w_beretta_m92.mdl", entity = "m9k_m92beretta", price = 750, amount = 1, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) [/QUOTE]
You see where it says "allowed = {TEAM_GUN}"? That means only the regular class Gundealer can see it. Look for your heavy guns dealer team name. and add it there. if you want to remove the heavy guns from gundealer simply remove team_gun from the shipment. If you want to add multiple classes, like admin it will look like allowed = {TEAM_GUN, TEAM_ADMIN} P.S: Why the hell is your gun prices so high? i thought my server eco was tight. GOD DAMN! lol
Sorry, you need to Log In to post a reply to this thread.