Skip to content

Commit

Permalink
Fixed Numbers for mathrandom
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xicVybez authored Dec 19, 2024
1 parent 2ee152c commit 0a02702
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ Config.DelayBetweenCarjackings = 10000 -- Time before you can carjack again
Config.PedDefenseChance = 0.6 -- Probability (0-1) that a ped will defend themselves
Config.PedAccuracy = 50 -- How accurate the ped's shooting will be (1-100)
Config.CarjackChance = {
['2685387236'] = 0.0, -- melee
['2685387236'] = 0, -- melee
['416676503'] = 100, -- handguns
['-957766203'] = 75.00, -- SMG
['860033945'] = 75.00, -- shotgun
['970310034'] = 0.75, -- assault
['1159398588'] = 0.80, -- LMG
['3082541095'] = 65.00, -- sniper
['2725924767'] = 65.00, -- heavy
['1548507267'] = 0.0, -- throwable
['4257178988'] = 50.0, -- misc
['-957766203'] = 75, -- SMG
['860033945'] = 75, -- shotgun
['970310034'] = 75, -- assault
['1159398588'] = 80, -- LMG
['3082541095'] = 65, -- sniper
['2725924767'] = 65, -- heavy
['1548507267'] = 0, -- throwable
['4257178988'] = 50, -- misc
}

-- Hotwire Settings
Expand Down

0 comments on commit 0a02702

Please sign in to comment.