Config = {} Config.HitchDist = 3.5 -- Distance to check between hitches Default: 1.0 Config.Debug = false --ONLY ENABLE ONE SYSTEM BELOW. BY DEFAULT BOTH ARE FALSE, WHICH ALLOWS ANY TOWING CAPABLE VEHICLE TO TOW ANY TRAILER --Enable / Disable blacklisting if you still want to prevent certain trailers from being used but allow the rest -- For example, stop vehicles from being able to freely connect to semi trailers Config.UseBlacklist = false -- If FALSE (Default) the below section does NOT need filled out Config.Blacklist = { 'trailers', 'trailers2', 'trailers3', 'tvtrailer', 'trailers4', 'docktrailer', 'tr2', 'tr3', 'tr4', 'tanker', 'tanker2', 'armytanker', 'trflat', 'trailerlogs', 'trailerlarge' } ---- --Enable / Disable whitelisting if you still want full control what trucks can tow what trailers Config.UseWhitelist = false -- If FALSE (Default) the below sections do NOT need filled out Config.BallHitchTrucks = { 'sadler' 'megacabdually' 'ram25000' 'raptor2017' 'vframb' '18ram' '17jamb' '14silvcc' '5thGenCummins' '3rdGenCummins' '20denalihd' '22silvlt' '21HighCountry' '21f150' '20trailboss' '2018Utility' '2010Duramax' '80silverado' '65c10' '23tundra' '23sirhd' '23rngrxlt' 'bc99ram' 'bc93yota' 'bc78bronco' 'bc20kodiakb' 'bc06work' 'bc06silv' 'bc01sierrahd' '2500Ram' 'bcmrr' 'F450Dually' 'f350worktruck' 'DuramaxL5p' 'caracarase' 'Cades1stGen' 'bcss' 'megaram' 'megacabdually' 'L5PDually' 'jeep6x6' 'rr21shelbyf150' 'razertowrig' 'reds450b' 'reds450g' 'vframg' 'vframb' 'transformer' 'TMMegaCab' 'TMMegaCab' 'vanzhm' '23lightlar' 'dot10silverado' 'dot17silv' 'dotf250' '17silvrb' '18gtruckbb' '18gtruckrb' '20expk9bb' '23gtruckrb' '214x41bpd' '214x41bwpd' '214x41bypd' '214x41pd' '214x42bpd' '214x42bypd' '214x42pd' '214x42pdw' '214x44pdyw' '231500rb' 'broncorb' 'd14tahoe' 'd18tahoe' 'd22silv' 'du22silv' 'fd20exp' 'fdgator' 'foam1' 'jeepgd2023' 'liberty161500' 'nf18f150' 'PD23Suburban' 'policeatvrb' 'ram20pov' 'ut1orange' 'valor13suv' 'valor18suvk9' 'valor162500' 'valor182500' 'valor183500' 'valor191500' 'valor203500' 'valor15rb' 'warden5' 'warden6' 'warden7' '23lightpro' '23lightproslick' '2016RamSlick' '2016ramk9' '2016ram' '2018f150' '2018f150k9' '2018f150slick' 'Legacygator' '2019GMC' '2022tahoe' '2022tahoeslick' 'justiceopt' 'justicegator' 'justice13' 'justice13canine' 'justice14' 'justice14canine' '23silvumbb' 'bcsspd' 'c3f150st' 'c3zr2bison' 'c318tahoest' 'dill23tundra' 'f15021' 'jw_23tundraintb' 'max12gladLASD' '23gmcleo' '23gmcleoslick' '24sub' 'nxsmods21sierra' '2019GMCSlick' 'CadesFord6.7' } Config.BallHitchTrailers = { 'trailersmall' 'eagerbeaver' 'OpenTrailer' 'NewOpen1' 'legacytrailer' 'gtrailer' 'rrtrailer' 'eagerbeaver' 'CargoMate' 'DC_lift1' 'ehauler' 'FreightStacker' 'HaulMarkEnclosed' 'HaulMarkV2' 'HMEdgenv2' 'MerchTrailer' 'message' 'OctaneTrailer' 'OpenTrailer' 'thauler' '23smallboattrailer' '214x4trailer' 'autoflagger' 'firerescuetrailer' 'jetskitrailer' 'wardentrailer' 'Jtrailer' 'justiceopt' 'csdoteagerbeaver' 'yftrailer' } Config.GooseHitchTrucks = { 'megacabdually' 'L5PDually' 'vframb' 'vframg' '00f350d' '20denalihdg' '2018Utility' 'bc20hauler' 'megacabdually' 'reds450b' 'reds450g' 'vframg' 'vframb' 'TMMegaCab' 'FreightlinerToter' '193500hd' 'bcbaggedram' 'bc24v' 'dot16ramd' 'csdot3500bed' } Config.GooseHitchTrailers = { 'bcbloomer' '48Enclosed' 'dylans40' 'loadtrail' 'bcfl' 'semihauler' '48Enclosed' 'shauler' 'bcloadtrail' 'carhaulsm' 'dotgooseneck' 'ehauler' 'csdotbigtex40' } Config.SaddleHitchTrucks = { 'packer', 'phantom', 'phantom2', 'phantom3', 'hauler', 'hauler2', 'barracks2', 'bchauler', 'bcls', 'bcmack', 'classicxl', 'ct660', 'Ford9000', 'kw900', 'lowboy', 'lowboyjeep', 'pete352custom', 't680', 't680a', 'trans_mbenzarocs', 'vnl780', 'W900', 'csdotp579', 'foxosh', ' ', ' ' } Config.SaddleHitchTrailers = { 'trailers', 'trailers2', 'trailers3', 'tvtrailer', 'trailers4', 'docktrailer', 'tr2', 'tr3', 'tr4', 'tanker', 'tanker2', 'armytanker', 'trflat', 'trailerlogs', 'trailerlarge', 'bcfl', 'lowboy', 'lowboyjeep', 'lowboystinger', 'semihauler', 'csdotboxlongtr', '17fontaine', '17fontainev2', '17fontainev3', '17fontainev4', ' ', ' ' ' ' }