Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Feature:
Custom Marker
Version Checker integrated
  • Loading branch information
ihr-it-projekt committed Oct 13, 2022
1 parent 8f6e35e commit 8129f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tbm_marker_creator
Expand Up @@ -13,9 +13,11 @@ Config = {
coordinate = vector3(-190.26338195801, -1272.0236816406, 31.277589797974), -- position of the Location
scale = 0.8, -- scale for marker
marker = 39, -- marker type see https://docs.fivem.net/docs/game-references/markers/
customMarker = "", -- enter the name of your custom marker, if you dont want to use is, let it blank
job = "", -- you can leave it blank if no job is required
rgba = { 255, 0, 0, 155 }, -- color of marker
subMarker = {
customMarker= "", -- enter the name of your custom marker, if you dont want to use is, let it blank
marker = 4, -- marker type see https://docs.fivem.net/docs/game-references/markers/
posZ = 4.66, -- z position of the subMarker
},
Expand Down Expand Up @@ -79,7 +81,7 @@ Config = {
-- blip section
enableBlip = true, -- enable Blip on map, if true, display, sprite, scale, color and name are required
scaleForBlip = 0.8, -- scale for marker
name = 'Point A', -- the name of the blip
name = 'Point B', -- the name of the blip
display = 4, -- see displayId on https://docs.fivem.net/natives/?_0x9029B2F3DA924928
sprite = 127, -- blip symbol on map, see: https://docs.fivem.net/docs/game-references/blips/
color = 1, -- color of blip, see https://docs.fivem.net/docs/game-references/blips/
Expand Down

0 comments on commit 8129f2e

Please sign in to comment.