β¬ οΈExports
Explore our selection of exports that enhance your resource functionality.
Recoil System Exports
local recoilData = exports['cis_BetterFightEvolved']:GetWeaponRecoil(GetHashKey('WEAPON_PISTOL'))exports['cis_BetterFightEvolved']:SetWeaponRecoil(GetHashKey('WEAPON_PISTOL'), 1.5)exports['cis_BetterFightEvolved']:ResetWeaponRecoil(GetHashKey('WEAPON_PISTOL'))exports['cis_BetterFightEvolved']:MultiplyGeneralRecoil(1.2) -- Increases all recoil by 20%exports['cis_BetterFightEvolved']:ResetGeneralRecoil()Temperature System Exports
local temp = exports['cis_BetterFightEvolved']:GetWeaponTemperature(GetHashKey('WEAPON_PISTOL'))exports['cis_BetterFightEvolved']:SetWeaponTemperature(GetHashKey('WEAPON_PISTOL'), 50.0)exports['cis_BetterFightEvolved']:ResetWeaponTemperature(GetHashKey('WEAPON_PISTOL'))local threshold = exports['cis_BetterFightEvolved']:GetWeaponOverheatThreshold(GetHashKey('WEAPON_PISTOL'))exports['cis_BetterFightEvolved']:SetWeaponOverheatThreshold(GetHashKey('WEAPON_PISTOL'), 200.0)local isOverheated = exports['cis_BetterFightEvolved']:IsWeaponOverheated(GetHashKey('WEAPON_PISTOL'))exports['cis_BetterFightEvolved']:ResetWeaponOverheatThreshold(GetHashKey('WEAPON_PISTOL'))Crosshair System Exports
Weapon Damage Exports
Triggerbot Exports
Remove Whipping Exports
Headshot Removal
Melee OneShot Prevention
Last updated