Discord
Steam
/
Garry's Mod
/
Developers
/
Shipment probl..
Login/Join
Event Log
Shipment problem DarkRP
0 replies, posted
Search
In This Thread
[url=https://www.youtube.com/watch?v=AQhU4pdaszU]Here is a video that I uploaded with the issue (click)[/url] Whenever I spawn in a shipment, the gun on top of it that is rotating is fine, but once I press E on it to let the gun spawn, it turn into an ak47. Counter Strike is mounted and I'm using FA:S 2 Alpha weapons. (SWEPs, Pistols, Rifles and Shotguns) [b]List with my shipments.[/b] [CODE]DarkRP.createShipment("IMI Desert Eagle", { model = "models/weapons/w_deserteagle.mdl", entity = "fas2_deagle", price = 215, amount = 10, seperate = true, pricesep = 215, noship = true, allowed = {TEAM_GUN} }) DarkRP.createShipment("Glock-20", { model = "models/weapons/w_glock20.mdl", entity = "fas2_glock20", price = 0, amount = 10, seperate = true, pricesep = 160, noship = true, allowed = {TEAM_GUN} }) DarkRP.createShipment("P226", { model = "models/weapons/w_1911.mdl", entity = "fas2_p226", price = 0, amount = 10, seperate = true, pricesep = 185, noship = true, allowed = {TEAM_GUN} }) DarkRP.createShipment("AK-47", { model = "models/weapons/w_ak47.mdl", entity = "fas2_ak47", price = 2450, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} }) DarkRP.createShipment("MP5A5", { model = "models/weapons/w_mp5.mdl", entity = "fas2_mp5a5", price = 2200, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} }) DarkRP.createShipment("M4A1", { model = "models/weapons/w_m4.mdl", entity = "fas2_m4a1", price = 2450, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} }) DarkRP.createShipment("KS-23", { model = "models/weapons/world/shotguns/ks23.mdl", entity = "fas2_ks23", price = 1750, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} }) DarkRP.createShipment("M21", { model = "models/weapons/w_m24.mdl", entity = "fas2_m21", price = 3750, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} }) DarkRP.createShipment("M3 Super 90", { model = "models/weapons/w_m3.mdl", entity = "fas2_m3s90", price = 3500, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUNHEAVY} })[/CODE]
Sorry, you need to
Log In
to post a reply to this thread.