[HELP] Action Area in Game!

Hello everyone, for some time I’m looking for how to put stock boxes in the game to then for example become “Taxi”. I can not find a command line or a tutorial on this.

To see what I want to talk about, here’s a screenshot of what I’d like to do.

https://forum-cfx-re.akamaized.net/original/2X/e/ea790f8d456c2d88004bcab078fb09d4482e3c1a.jpg

When the player arrives in this area, I want for example that the following action appears “Press Enter to start the Taxi business” and then when it presses Enter, then the taxi spawn ext …
I can not find the line of code to display this “Area of ​​Action”

Thanks.

Have a loop always running checking to see if the playing is within distance of that coordinate every so often. If the distance is equal to or less than the desired amount, show text or send a message or whatever.

1 Like