Config.Locale="de"--Change the language of the script. Possible languages are: "English - en"; "German - de" - Add more if you like. Just copy one of the language files from "locales" in the same folder and replace the language designator with the new one. Now just edit the lines
Config.UseLindenInventory=false--If you use linden_inventory/ox_inventory set this to "true"
Config.WeaponRecoilSpeed=0.05--The speed and smoothness at which the weapon will recoil upwards. When using high values the weapon will go straight up, when using lower values the weapon will take some time to raise.
Config.UseCustomDamage=true--Set to "true" if you want to use custom weapon damages. You can configure the damages in "Config.WeaponDamage" for each weapon
Config.UseCrosshair=true--Set to "true" if you don't want to hide your crosshair
Config.AutoReload=false--Set to "true" if you want to use the automatic weapon reloading feature from GTA. If set to "false", the player has to press "R" every time the weapon's magazine is empty.
Config.FirstPersonRecoilFactor=0.25--Regulates the recoil in first person. The lower the value, the lower the recoil in first person
Config.WeaponShake=true--Set to "true" if you want to have a shaking effect when firing the weapon
Config.UseWeaponLock=false--Set to "true " if you want to use the weapon safety lock system
Config.LockKey=47--The key for locking the weapon. See line 4 - 6 for applicable keys
Config.WeaponLockMessage=true--Set to "true if you want to have a message every time you lock/unlock your weapon"
Config.UseBigNotify=false--Set to "true" if you want to use B1gNotify for the lock/unlock messages. If set to "false", a normal notify will be sent. Requires B1gNotify to work
Config.UseWeaponFiringMode=true--Set to "true" if you want to use the weapon firing mode feature (switch between automatic and single shot)
Config.WeaponFiringModeKey=Z--The key for switching the mode. See line 4 - 6 for applicable keys
Config.VehicleRecoil=true--Set to "true" if you want to have more recoil effects in vehicles
Config.VehicleRecoilValue=2.0--The value to change the severity of the vehicle recoil
Config.VehicleShake=true--Set to "true" if you want to have more shake effects in vehicles
Config.VehicleShakeValue=0.05--The value to change the severity of the vehicle shake
Config.VehicleWhitelist={
[0]=true,-- Compacts
[1]=true,-- Sedans
[2]=true,-- SUVs
[3]=true,-- Coupes
[4]=true,-- Muscle
[5]=true,-- Sports Classics
[6]=true,-- Sports
[7]=true,-- Super
[8]=true,-- Motorcycles
[9]=true,-- Off-road
[10]=true,-- Industrial
[11]=true,-- Utility
[12]=true,-- Vans
[13]=true,-- Cycles
[14]=true,-- Boats
[15]=true,-- Helicopters
[16]=true,-- Planes
[17]=true,-- Service
[18]=true,-- Emergency
[19]=true,-- Military
[20]=true,-- Commercial
[21]=true,-- Trains
[22]=true-- Open Wheel
}
Config.UseStaminaSystem=false--Set to "true" if you want to use the stamina/breathing system
Config.BreathingValueNormal=0.6--The shaking value of the camera when aiming normally
Config.BreathingValueNoStamina=5.0--The shaking value of the camera when the player runs out of stamina/breath
Config.BreathingValueHoldBreath=0.1--The shaking value of the camera when the player aims his weapon and holds his breath
Config.Stamina=250--The total amount of stamina/breath the player has initially. The higher the value the longer the player can hold his breath
Config.StaminaTreshold=100--The value at which the player can steadily aim again and the camera effects are gone
--[[Effects]]--
localEffect1="SwitchHUDOut"
localEffect2="MP_corona_switch"
--[[Effects]]--
Config.UseScreenEffect=true--Set to "true" if you want to have a screen effect when shooting
Config.ScreenEffect=Effect1--Select an effect of your desire. See line 26 - 27 for applicable effects. Add more effects from here: https://wiki.gtanet.work/index.php?title=Screen_Effects
Config.ScreenEffectLength=500--Set the length of the effect to be shown on the screen (in milliseconds)
Config.ScreenEffectLoop=false--Set to "true" if the effect should be looped. If set to "true" set Config.ScreenEffectLength to 0
--[[
Howtoaddcustom,non-GTAweapons:
1.Inthegame,equipyourcustomaddedweapon
2.Type"/getweaponhash"inyourchator"getweaponhash"inyourconsole--> !!! By default the command is commented out to prevent user abuse. You can uncomment it in commands.lua