Tebex: https://miraf.tebex.io/
1.0 version preview: https://youtu.be/8Sf46wmmgGI
2.0 RELEASE CHANGES:
- Added support for Sidio Pocket Flashlight
- Ability to disable and change order of animations
- Added keybinds names to locale file
Price: 10$ + TAX
THIS RESOURCE IS PROTECTED WITH FIVEM ASSET ESCROW
Features:
- 6 animations to choose from
- Flashlight can be turned on/off
- Good optimalization 0.00ms-0.01ms IDLE
- Help menu can be turned off
- Credits can be turned off
- Ability to change the order of animations playing
Config = {}
--Default buttons only change on first join, to change later, change ingame
Config['DefaultToogle'] = 'E'
Config['DefaultChangeAnim'] = 'O'
Config['Locale'] = 'en' -- pl/en
Config['HelpBox'] = true -- true/false
Config['ShowAuthorInHelpBox'] = false -- true/false
Config['KeyMapping'] = true -- true/false (if false use commands 'toogleflash' and 'changeflashanim')
Config['CustomHelpEvent'] = false -- true/false
Config['FixAnimWhenStop'] = true -- true/false (Fixes the anim breaking when walking through a door)
Config['FixPresistentFlashlight'] = true -- true/false (If you have any scripts with the 'Presistent Flashlight' option, set this to true)
Config['Anims'] = { -- If you want to disable an animation comment it out using "--". To change the order of playing, change the order of the anims in this list.
'PoliceTorchAnim',
'SecGuard1Anim',
'SecGuard2Anim',
'SecGuard3Anim',
'SecGuard4Anim',
'SecGuard5Anim',
'Default',
}
Code is accessible | No |
---|---|
Subscription-based | No |
Lines (approximately) | 350 |
Requirements | None |
Support | Yes |