Shared.EnableGPS
Whether or not to enable the /dgps
command. The rest of the options in this configuration section are irrelvant if this false.
Shared.EnableGPS = true -- Whether or not to enable the /dgps command. Displays a blip on the map of the dogs location when enabled.
Shared.BlipText
The text displayed on the right hand side of the map when selecting the dog blip.
Shared.BlipText = "Dog" -- The name of the blip in the map.
Shared.BlipSprite
The sprite used for the dog blip. Available sprites:
Shared.BlipSprite = 442 -- The sprite to use for the blip from https://docs.fivem.net/docs/game-references/blips/#blips.
Shared.BlipColour
The colour used for the dog blip, and route to the dog blip (If Shared.EnableRoute
is true). Available Colours:
Shared.BlipColour = 30 -- The colour to use for the blip from https://docs.fivem.net/docs/game-references/blips/#blip-colors.
Shared.EnableRoute
Whether or not to enable a GPS route to a dog's blip. Only displays if in a vehicle or if you have the map pane open.
Shared.EnableRoute = true -- Whether or not to enable a GPS route from the dog handler to the dog when the blip is active.
Shared.ShowBlipHeadingArrow
Whether or not to append an arrow to the dog blip that displays the dog's heading in real time.
Shared.ShowBlipHeadingArrow = false -- Whether or not to show an arrow displaying the dog's heading on the blip.