forked from Simnation/Main
de
This commit is contained in:
parent
6c5b470e91
commit
5f646b2994
3 changed files with 3 additions and 9 deletions
|
@ -102,7 +102,7 @@
|
||||||
<Item>trailersmall</Item>
|
<Item>trailersmall</Item>
|
||||||
<Item>bigbbqtrailer</Item>
|
<Item>bigbbqtrailer</Item>
|
||||||
<Item>smallbbqtrailer</Item>
|
<Item>smallbbqtrailer</Item>
|
||||||
<Item>yftrailer</Item>
|
<Item>boattrailer3</Item>
|
||||||
<Item>chauler</Item>
|
<Item>chauler</Item>
|
||||||
<Item>bcthauler2</Item>
|
<Item>bcthauler2</Item>
|
||||||
<Item>bchvylight</Item>
|
<Item>bchvylight</Item>
|
||||||
|
|
|
@ -39,7 +39,7 @@ end
|
||||||
|
|
||||||
local function isTrailer(vehicle)
|
local function isTrailer(vehicle)
|
||||||
local model = GetEntityModel(vehicle)
|
local model = GetEntityModel(vehicle)
|
||||||
return model == `boattrailer` or model == `yftrailer`
|
return model == `boattrailer` or model == `boattrailer3`
|
||||||
end
|
end
|
||||||
|
|
||||||
local function getClosestVehicle(coords, maxDistance)
|
local function getClosestVehicle(coords, maxDistance)
|
||||||
|
|
|
@ -233,13 +233,7 @@ if not Config.UseOldSlingScript then
|
||||||
["weapon_hatchet"] = { model = "w_me_hatchet" },
|
["weapon_hatchet"] = { model = "w_me_hatchet" },
|
||||||
|
|
||||||
-- Items
|
-- Items
|
||||||
["cokebaggy"] = { model = "bkr_prop_coke_cutblock_01" },
|
|
||||||
["markedbills"] = { model = "prop_money_bag_01" },
|
|
||||||
["meth"] = { model = "hei_prop_pill_bag_01" },
|
|
||||||
["weed_brick"] = { model = "bkr_prop_weed_drying_02a" },
|
|
||||||
["fishingrod"] = { model = "prop_fishing_rod_02" },
|
|
||||||
["fishingrod2"] = { model = "prop_fishing_rod_01" },
|
|
||||||
["fishingrod3"] = { model = "prop_fishing_rod_01" },
|
|
||||||
|
|
||||||
-- Addon weapons
|
-- Addon weapons
|
||||||
-- ["weapon_crossbow"] = { model = "w_me_katana"},
|
-- ["weapon_crossbow"] = { model = "w_me_katana"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue