![[PAID] vsGPS main image](https://forum-cfx-re.akamaized.net/optimized/5X/c/0/a/1/c0a163f49cb0f47f710e5db1f1300eee63c4dc6f_2_690x388.jpeg)
Price
UnknownA script by VibeScripts
Price
UnknownThe vsGPS tracker system allows you to keep track of faction members, job colleagues or friends in-game. You could track your locations among yourselves in real time for effective communication and coordination.
Real-time tracking: With our GPS tracker system, you can track the exact locations of your faction members in real time. This allows you to always know where everyone is, making it easier to plan and execute missions.
Features:
- Autojoin
- Tracking-Channel
- Disconnect-Features
- Blip customizing
- Protect-Channels
Get this Script at our Store for just 14.99 € !
Config = {}
Config.Version = true -- select your version (true = old version)
-- General-Settings
Config.Locale = 'en' -- set languages (de or en)
Config.UseBackgroundImage = true -- enable or disable background image
Config.EnableExtraCloseKey = true -- should there be an extra key to close the gps device?
Config.ExtraCloseKey = 322 -- key: esc (https://docs.fivem.net/docs/game-references/controls/)
-- Blip-Settings
Config.UpdateBlip = 3 -- time to update the position (in seconds | 3 = recommended)
Config.EnableDistance = true -- show the distance from the player?
Config.Cooldown = 10 -- cooldown for changing sequences (in seconds)
-- Item-Settings
Config.GpsItem = "gps_device" -- name of the gps item
Config.CheckRequiredItem = 8 -- how often should the player be checked to see if he still has the item? (in seconds)
-- Disconnect-Settings
Config.DisconnectDeath = true -- player gps deactivate when the player is dead
Config.DisconnectWater = true -- player gps deactivate when the player is in the water
Config.RemoveItemWater = false -- remove item when the player is in what
-- Sequence-Settings
Config.MinSequence = 1 -- the lowest sequence
Config.MaxSequence = 1000 -- the highest sequence
Config.SecureSequence = true -- sequences are to be secured
Config.SecureSequenceList = {
[1] = {'police'},
[2] = {'ambulance'},
[3] = {'police', 'ambulance'}
}
Config.EnableAutoConnect = true -- should players with a specific job be connected directly into a gps sequence when connecting with the server?
Config.AutoConnect = { -- Important: Each job may have only one AutoConnect Sequnez
[1] = 'police',
[2] = 'ambulance'
}
-- Blip-Settings (noraml)
Config.BlipIcon = 143 -- Set the appearance of the blip (https://docs.fivem.net/docs/game-references/blips/)
Config.BlipColour = 40 -- Scroll down the page for the blip colors (https://docs.fivem.net/docs/game-references/blips/)
Config.BlipSize = 0.8 -- How big should the blip be?
-- Blip-Settings (car)
Config.EnableCarBlip = true -- should be displayed when the player is in a vehicle?
Config.BlipIconCar = 225 -- Set the appearance of the blip (https://docs.fivem.net/docs/game-references/blips/)
Config.BlipColourCar = 40 -- Scroll down the page for the blip colors (https://docs.fivem.net/docs/game-references/blips/)
Config.BlipSizeCar = 0.8 -- How big should the blip be?
-- Notify-Settings
Config.WaterNotify = true -- notification when the player is in the water
Config.RemoveItemNotify = true -- notification when removing from item
Config.Message = function(txt) -- here you can set the notify
ESX.ShowNotification(txt)
end
IDLE: 0.00ms
RUNNING: 0.02ms
SHOP: vsGPS
This resource is using the FiveM Asset Escrow system
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 915 |
Requirements | ESX |
Support | Yes |
No approved reviews found for this script yet.