Simple Coord showing

Hello Everybody it’s me again Mikrolai. :slight_smile:

today I got a very simple Script for u that shows the coords onscreen

The Script got a Config with a lot of options:

Config

CFG = {}

– POSITION & SCALE –

– X-Position –

CFG.POSITION_X = 0.085

– Y-Position –

CFG.POSITION_Y = 0.408

– SCALE –

CFG.SCALE = 0.55

– COLOR –

– RED 0-255 –

CFG.COLOR_RED = 0

– GREEN 0-255 –

CFG.COLOR_GREEN = 255

– BLUE 0-255 –

CFG.COLOR_BLUE = 0

– FONT –

– working fonts: 1, 4, 6, 7 & 8 –

CFG.FONT = 1

Just start or stop the Resource to activate / deactivate it.
Enjoy and pls let me know if u have any issues with it. :slight_smile:

Also please checkout my other Scripts:
[FREE] TV on Car
[PAID] Helicopter Taxi / Autopilot
[FREE] Airstrike

Code is accessible Yes
Subscription-based No
Lines (approximately) ~50
Requirements -
Support as good as I can

Mikrolai_showcoords.rar (1.1 KB)

Greetings,
Mikrolai.

1 Like

Too simple