ADMagic
Members
-
Joined
-
Last visited
Reputation Activity
-
ADMagic reacted to MythicalMonkey in LAPD Spawn Chance for Ultimate BackupToday I found a list of LAPD vehicles and decided to use this to calculate the chance of each vehicle spawning in Ultimate Backup. Note that the percentages are based on these four vehicles, not the entire LAPD fleet. The list is from 2018 so the figures will be slightly outdated but it's a ballpark figure that can be adjusted to suit your personal preference.
The list is as follows:
Ford Crown Victoria (40%) Ford Explorer (37%) Dodge Charger (18%) Ford Taurus (5%)
For those unaware, Ultimate Backup allows you to set the chance of a particular vehicle spawning when calling for backup. You can find the configuration files in plugins/lspdfr/UltimateBackup. Using the above list, you can set them up like this:
<Vehicles> <Vehicle chance="40">POLICE</Vehicle> <Vehicle chance="37">POLICE2</Vehicle> <Vehicle chance="18">POLICE3</Vehicle> <Vehicle chance="5">POLICE4</Vehicle> </Vehicles>
Remember to check that POLICE, POLICE2, etc correspond to the correct vehicle - the above code is just an example. Note that the chance for all vehicles must add up to 100. Hope some find this useful.