1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-02 06:12:26 +02:00
parent 6c5b470e91
commit 5f646b2994
3 changed files with 3 additions and 9 deletions

View file

@ -102,7 +102,7 @@
<Item>trailersmall</Item>
<Item>bigbbqtrailer</Item>
<Item>smallbbqtrailer</Item>
<Item>yftrailer</Item>
<Item>boattrailer3</Item>
<Item>chauler</Item>
<Item>bcthauler2</Item>
<Item>bchvylight</Item>

View file

@ -39,7 +39,7 @@ end
local function isTrailer(vehicle)
local model = GetEntityModel(vehicle)
return model == `boattrailer` or model == `yftrailer`
return model == `boattrailer` or model == `boattrailer3`
end
local function getClosestVehicle(coords, maxDistance)

View file

@ -233,13 +233,7 @@ if not Config.UseOldSlingScript then
["weapon_hatchet"] = { model = "w_me_hatchet" },
-- 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
-- ["weapon_crossbow"] = { model = "w_me_katana"},