Skip to content

Instantly share code, notes, and snippets.

@Trickyyy
Created September 1, 2021 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trickyyy/3c9a16775a18d63bdaa47f2e763cd3f4 to your computer and use it in GitHub Desktop.
Save Trickyyy/3c9a16775a18d63bdaa47f2e763cd3f4 to your computer and use it in GitHub Desktop.
cx-phonetrack configuration
------------------------------------------------------------------------------
------------------------------------------------------------------------------
----------------------------( 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