cx-phonetrack configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------ | |
| ------------------------------------------------------------------------------ | |
| ----------------------------( CONFIGURATION )-------------------------------- | |
| ------------------------------------------------------------------------------ | |
| ------------------------------------------------------------------------------ | |
| Config = {} | |
| Config.Notifications = function(Message, Type) -- Type contains 'Success', 'Inform', 'Error' | |
| -- TriggerEvent('chatMessage', Message) | |
| end -- Client | |
| Config.Locales = { | |
| ['tracked'] = 'Phone Tracked.', | |
| ['unreachable'] = 'Phone Unreachable.', | |
| ['connection_lost'] = 'Connection Lost.' | |
| } | |
| Config.General = { | |
| ['Cooldown'] = 10, -- Seconds | |
| ['Require Phone'] = false, | |
| ['Phone Item'] = 'phone', | |
| ['Specific Job'] = '', | |
| ['Access Locations'] = { | |
| vector3(442.0, -978.95, 30.69) | |
| }, | |
| ['Tracker Refresh Rate'] = 0.02, -- Refresh Rate in seconds | |
| ['Tracker Blip'] = { | |
| Sprite = 458, | |
| Scale = 0.8, | |
| Color = 15 | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment