Итак, я делал оружейника, прописал ему пушки вкачестве энтити, чтобы он их спавнил, но вот одна проблема. В ф4 за профессию за этого оружейника, нет вкладки с энтити и заспавнить, купив эти пушки никак нельзя, вопрос что же делать с этим? Как мне добиться появления вкладки с энтити и оружием у оружейника. За ранее спасибо!
DarkRP.createShipment("Colt M1911", {
model = "models/weapons/act3/pistol_m1911.mdl",
entity = "act3_fiveseven",
price = 12000,
amount = 1,
separate = true,
pricesep = 12000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Glock17", {
model = "models/weapons/w_pist_glock18.mdl",
entity = "act3_m1911",
price = 15000,
amount = 1,
separate = true,
pricesep = 15000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("P220", {
model = "models/weapons/w_pist_p228.mdl",
entity = "act3_p220",
price = 17000,
amount = 1,
separate = true,
pricesep = 17000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("USP", {
model = "models/weapons/w_pist_usp.mdl",
entity = "act3_usp",
price = 19000,
amount = 1,
separate = true,
pricesep = 19000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Five-seveN", {
model = "models/weapons/w_pist_fiveseven.mdl",
entity = "act3_fiveseven",
price = 21000,
amount = 1,
separate = true,
pricesep = 21000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Mac-10", {
model = "models/weapons/w_smg_mac10.mdl",
entity = "act3_m11",
price = 20000,
amount = 1,
separate = true,
pricesep = 20000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("UMP45", {
model = "models/weapons/w_smg_ump45.mdl",
entity = "act3_ump",
price = 24000,
amount = 1,
separate = true,
pricesep = 24000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("MP5", {
model = "models/weapons/w_smg_mp5.mdl",
entity = "act3_mp5",
price = 28000,
amount = 1,
separate = true,
pricesep = 28000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("P90", {
model = "models/weapons/w_smg_p90.mdl",
entity = "act3_p90",
price = 35000,
amount = 1,
separate = true,
pricesep = 35000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("sg552", {
model = "models/weapons/w_rif_sg552.mdl",
entity = "act3_sg552",
price = 41000,
amount = 1,
separate = true,
pricesep = 41000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("AKM", {
model = "models/weapons/w_rif_ak47.mdl",
entity = "act3_ak",
price = 52000,
amount = 1,
separate = true,
pricesep = 52000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("AR-15", {
model = "models/weapons/w_rif_m4a1.mdl",
entity = "act3_ar",
price = 61000,
amount = 1,
separate = true,
pricesep = 61000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("M3", {
model = "models/weapons/w_shot_m3super90.mdl",
entity = "act3_m3",
price = 36000,
amount = 1,
separate = true,
pricesep = 36000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Colt M1911", {
model = "models/weapons/act3/pistol_m1911.mdl",
entity = "act3_fiveseven",
price = 12000,
amount = 1,
separate = true,
pricesep = 12000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Glock17", {
model = "models/weapons/w_pist_glock18.mdl",
entity = "act3_m1911",
price = 15000,
amount = 1,
separate = true,
pricesep = 15000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("P220", {
model = "models/weapons/w_pist_p228.mdl",
entity = "act3_p220",
price = 17000,
amount = 1,
separate = true,
pricesep = 17000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("USP", {
model = "models/weapons/w_pist_usp.mdl",
entity = "act3_usp",
price = 19000,
amount = 1,
separate = true,
pricesep = 19000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Five-seveN", {
model = "models/weapons/w_pist_fiveseven.mdl",
entity = "act3_fiveseven",
price = 21000,
amount = 1,
separate = true,
pricesep = 21000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("Mac-10", {
model = "models/weapons/w_smg_mac10.mdl",
entity = "act3_m11",
price = 20000,
amount = 1,
separate = true,
pricesep = 20000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("UMP45", {
model = "models/weapons/w_smg_ump45.mdl",
entity = "act3_ump",
price = 24000,
amount = 1,
separate = true,
pricesep = 24000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("MP5", {
model = "models/weapons/w_smg_mp5.mdl",
entity = "act3_mp5",
price = 28000,
amount = 1,
separate = true,
pricesep = 28000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("P90", {
model = "models/weapons/w_smg_p90.mdl",
entity = "act3_p90",
price = 35000,
amount = 1,
separate = true,
pricesep = 35000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("sg552", {
model = "models/weapons/w_rif_sg552.mdl",
entity = "act3_sg552",
price = 41000,
amount = 1,
separate = true,
pricesep = 41000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("AKM", {
model = "models/weapons/w_rif_ak47.mdl",
entity = "act3_ak",
price = 52000,
amount = 1,
separate = true,
pricesep = 52000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("AR-15", {
model = "models/weapons/w_rif_m4a1.mdl",
entity = "act3_ar",
price = 61000,
amount = 1,
separate = true,
pricesep = 61000,
noship = true,
allowed = {TEAM_GUN},
})
DarkRP.createShipment("M3", {
model = "models/weapons/w_shot_m3super90.mdl",
entity = "act3_m3",
price = 36000,
amount = 1,
separate = true,
pricesep = 36000,
noship = true,
allowed = {TEAM_GUN},
})