diff --git a/resources/[cars]/[policecars]/2023pdtruck/data/vehicles.meta b/resources/[cars]/[policecars]/2023pdtruck/data/vehicles.meta index bfc393535..e76ef4209 100644 --- a/resources/[cars]/[policecars]/2023pdtruck/data/vehicles.meta +++ b/resources/[cars]/[policecars]/2023pdtruck/data/vehicles.meta @@ -102,7 +102,7 @@ trailersmall bigbbqtrailer smallbbqtrailer - yftrailer + boattrailer3 chauler bcthauler2 bchvylight diff --git a/resources/[carscripts]/re_boat_winch/main.lua b/resources/[carscripts]/re_boat_winch/main.lua index 5995e6b5a..7209f2e89 100644 --- a/resources/[carscripts]/re_boat_winch/main.lua +++ b/resources/[carscripts]/re_boat_winch/main.lua @@ -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) diff --git a/resources/[jobs]/[weapons]/pug-sling/config.lua b/resources/[jobs]/[weapons]/pug-sling/config.lua index 91d381db6..1cd7c51a4 100644 --- a/resources/[jobs]/[weapons]/pug-sling/config.lua +++ b/resources/[jobs]/[weapons]/pug-sling/config.lua @@ -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"},