LEO
POPULAR LINKS
- BUY IT! Purchase LEO Interaction from BigDaddyScripts.com
- ) STATE BAG HELP! How to resolve limiter errors
{:links-list}
NOT COMPATIBLE WITH SEM INTERACTIVE
You cannot run this script and SEM at the same time, they conflict.
INSTALLATION
- Open the downloaded ZIP product file and drop the folder in it somewhere in your resources folder.
- Add your product key (get it here) to the
settings.inifile - Add
start BigDaddy-LEOto yourserver.cfg.
DO NOT RENAME THE FOLDER.
If you change the name of the folder it will not function correctly so leave the name as it is.
{:is-danger}
PLAYING
We recommend you watch the game play demo video for an indepth look at how the script works. [LINK WILL BE HERE]
COMMANDS
Most of these commands are added as a convenient way to add functions to a Stream Deck or other macro setup. Most of these functions are available in the menu.
/setbac Set your blood alcohol level to be discovered if given a breathalyzer test (NOTE: If you have Big Daddy's Under the Influence script, that will also show up in the test)
/cuff Cuff nearest player
/cuffh Cuff nearest player roughly
/uncuff Uncuff nearest player who is cuffed
/hu Hands Up
/huk Hands Up and Kneel
/drop Drop current weapon
/pickup Pickup nearest dropped weapon
/grab Grab player
/frisk Frisk nearest player
/seat Put player in vehicle (Must be grabbed)
/unseat Remove player from vehicle
/megaphone Toggle megaphone
/pull Pull player from vehicle roughly
/breath Give Breathalyzer
/spotlight Toggle spotlight (while in vehicle)
/trunkitems If Big Daddy's Traffic Control script is installed, you can pull traffic items from trunk
/copidle Toggle idle animations for your character. They stop when you move and then resume when idle. It cycles through different aninmations.
/searchvehicle Search nearest vehicle. X Stops search
/flashlight [int which] Turns on flashlight. Valid "which" modes: 0, 1, 2. X Turns it off/Puts it away
/drugswab Give drug test (If you have Big Daddy's Under the Influence script, that will show up in the test if you are under the influence of anything)
For the menu you press and hold F1 (Default, but can be changed in the settings)
KEYS
These are the default keys and can be changed in the settings.ini
| key | action |
|---|---|
| U | Hands Up (toggle) |
| L ALT + U | Hands Up & Kneel (toggle) |
| X | Cancels any search or animation you are in |
| L ALT + E | Tackle |
| X | Stop flashlight mode (only while flashlight is active) |
CONFIGURATION
settings.ini
| SETTING | DEFAULT | DESCRIPTION |
|---|---|---|
| [licensing] | ||
| key1 | none | This is where you put your product key |
| [settings] | ||
| useMenu | true | whether to use the menu or not, why would you not? |
| useRadioMenu | true | if you want to use the BDMenu and not the radial, set this to false |
| MenuKey | F1 | if using BDMenu this is the default key to open the menu (can be changed in keybinds per client). This does not apply to the radial menu, that is set in the menu.ini |
| NoFlashLightFightStance | false | no fight stance with flashlight |
| NoFightStance | true | no fight stance all the time |
| WheelPositionSticksOnStop | true | on a traffic stop if you turn the wheels one way or the other it'll stick for safety |
| SafetyZoneOnStop | true | set an invisible safety zone around stopped emergency vehicles when lights are on. AI will drive around and slow down |
| KeepDoorOpen | true | Hold exit key for a second to leave door open when exiting vehicle |
| UseAcePermissions | false | use ace permissions for all commands |
| AcePermission | command | permission to use |
| FlashlightSwapKey | 79 | toggle between flashlight modes |
| TackleActivatorKey | 19 | secondary key for tackling |
| TackleKey | 38 | primary key for tackling |
| HandsUpKey | 303 | hands up |
| KneelActivatorKey | 19 | secondary key for kneeling |
| ChanceResistingFails | 50 | if resisting arrest, the chance it will fail |
| SpotLightEmergencyVehiclesOnly | false | only allow spotlights on emergency vehicles |
| [locales] | ||
| frisk | You are being searched, WDIF | |
| vehicleSearch | Your vehicle is being searched, WDIF |
You have two menu choices
- If you want to use the radial menu use the
menu.inito set that up. Make sure to setuseRadialMenuin thesettings.inito true. - If you want to use the BDMenu, set
disableMenuin themenu.inito true (that disables the radial menu) and setuseRadialMenuin thesettings.inito false. (You must have the BDMenu resource installed and running for this option to work) - It IS possible to have both menus by setting them to different keys and leaving the radial enabled in the
menu.ini. That way people can choose which menu they want to use.
BDMenu
If you want to use the BDMenu it needs to be installed and LEO needs to be setup as above. You can edit the menu.json and add whatever permissions you want to options in the menu according to the BDMenu instructions. BDMenu Docs
Radial Menu
NOTE: The radial menu does not use the same permissions as the newer BDMenu so those options in the menu.json have no effect in the radial menu.
menu.ini
This only applies to the radial menu
| SETTING | DEFAULT | DESCRIPTION |
|---|---|---|
| MenuName | LEO Interaction | The name that shows on the menu |
| MenuBaseSize | 60 | Size of the radial, default is 60% of the height of the screen |
| openKey | 288 | Default key to open the menu NOTE: If you change this you will also need to update it in index.html at the bottom. Change the F1 to whatever new key you want or the menu will not close using your new key |
| disableMenu | false | setting this to true will keep the menu from showing at all |
CHANGING THE MENU KEY
If you want to change which key opens the radial menu, the
openKeyin themenu.iniAND theopenKeyvariable in the javascript inindex.htmlneed to both be changed.