• DarkRP 2.5 Weapon Tab
    0 replies, posted
Hello, I have a problem with my Gundealer, I cant sell single Weapons, just Shipments are buyable. I dont know why maybe you can help me. My shipment.lua of darkrpmodification [CODE]/*--------------------------------------------------------------------------- DarkRP custom shipments and guns --------------------------------------------------------------------------- This file contains your custom shipments and guns. This file should also contain shipments and guns from DarkRP that you edited. Note: If you want to edit a default DarkRP shipment, first disable it in darkrp_config/disabled_defaults.lua Once you've done that, copy and paste the shipment to this file and edit it. The default shipments and guns can be found here: https://github.com/FPtje/DarkRP/blob/master/gamemode/config/addentities.lua For examples and explanation please visit this wiki page: http://wiki.darkrp.com/index.php/DarkRP:CustomShipmentFields Add shipments and guns under the following line: ---------------------------------------------------------------------------*/ AddCustomShipment("M249", { model = "models/weapons/w_mach_m249para.mdl", entity = "weapon_lordi_wep_m249", price = 20000, amount = 10, separate = false, pricesep = 600, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Galil", { model = "models/weapons/w_rif_galil.mdl", entity = "weapon_lordi_wep_galil", price = 14000, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("AK47", { model = "models/weapons/w_rif_ak47.mdl", entity = "weapon_lordi_wep_ak47", price = 16000, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Famas", { model = "models/weapons/w_rif_famas.mdl", entity = "weapon_lordi_wep_famas", price = 14000, amount = 10, separate = false, pricesep = 390, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("AWP", { model = "models/weapons/w_snip_awp.mdl", entity = "weapon_lordi_wep_awp", price = 22000, amount = 10, separate = false, pricesep = 500, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Scout", { model = "models/weapons/w_snip_scout.mdl", entity = "weapon_lordi_wep_scout", price = 15000, amount = 10, separate = false, pricesep = 450, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Steyr Aug", { model = "models/weapons/w_rif_aug.mdl", entity = "weapon_lordi_wep_aug", price = 15500, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("SG552", { model = "models/weapons/w_rif_sg552.mdl", entity = "weapon_lordi_wep_sg552", price = 15500, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("G3SG1", { model = "models/weapons/w_snip_g3sg1.mdl", entity = "weapon_lordi_wep_g3", price = 20000, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("SG550", { model = "models/weapons/w_snip_sg550.mdl", entity = "weapon_lordi_wep_sg550", price = 20000, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("UMP45", { model = "models/weapons/w_smg_ump45.mdl", entity = "weapon_lordi_wep_ump", price = 14000, amount = 10, separate = false, pricesep = 400, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("P90", { model = "models/weapons/w_smg_p90.mdl", entity = "weapon_lordi_wep_p90", price = 14000, amount = 10, separate = false, pricesep = 350, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("TMP", { model = "models/weapons/w_smg_tmp.mdl", entity = "weapon_lordi_wep_tmp", price = 12000, amount = 10, separate = false, pricesep = 350, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("MP5", { model = "models/weapons/w_smg_mp5.mdl", entity = "weapon_lordi_wep_mp5", price = 13000, amount = 10, separate = false, pricesep = 320, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Mac-10", { model = "models/weapons/w_smg_mac10.mdl", entity = "weapon_lordi_wep_mac10", price = 12000, amount = 10, separate = false, pricesep = 300, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("M4A1", { model = "models/weapons/w_rif_m4a1.mdl", entity = "weapon_lordi_wep_m4a1", price = 16000, amount = 10, separate = false, pricesep = 300, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Pump Shotgun", { model = "models/weapons/w_shot_m3super90.mdl", entity = "weapon_lordi_wep_m3", price = 17000, amount = 10, separate = false, pricesep = 260, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Dual Elites", { model = "models/weapons/w_pist_elite_dropped.mdl", entity = "weapon_lordi_wep_elite", price = 6000, amount = 10, separate = true, pricesep = 670, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Deagle", { model = "models/weapons/w_pist_deagle.mdl", entity = "weapon_lordi_wep_deagle", price = 7000, amount = 10, separate = true, pricesep = 740, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("USP", { model = "models/weapons/w_pist_usp.mdl", entity = "weapon_lordi_wep_usp", price = 5500, amount = 10, separate = true, pricesep = 570, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("P228", { model = "models/weapons/w_pist_p228.mdl", entity = "weapon_lordi_wep_p228", price = 5000, amount = 10, separate = true, pricesep = 570, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Five-Seven", { model = "models/weapons/w_pist_fiveseven.mdl", entity = "weapon_lordi_wep_57", price = 6500, amount = 10, separate = true, pricesep = 670, noship = false, allowed = {TEAM_GUN} }) [/CODE] i set separate true. If i set noship true too, the Weapons disapear from the Shipment tab. Now my problem is, there is still no Weapon tab
Sorry, you need to Log In to post a reply to this thread.