Markers to Access Boat and Plane Shops
-
Hey guys I'm looking to 'revive' or recreate Mental's old Game Over vehicle vendor mod.
Is there anyone with experience or any tutorials out there that could walk me through the steps of placing a yellow round marker thing anywhere in the game and then trigger a menu to pop up?
I've looked everywhere and cannot find anything that will help me with this.
-
@GTA-Modding-Noob
First off you should change the title. It's totally misleading. No one would expect to see a question about how to draw markers and start actions at them.- Which programming language??? The following is an example in C#.
World.DrawMarker( MarkerType.VerticalCylinder, pos: endpoint, dir: new Vector3(0f, 0f, 0f), rot: new Vector3(0f, 0f, 0f), scale: new Vector3(diameter, diameter, 2.0f), color: _color);
- Read my reply here -> https://forums.gta5-mods.com/topic/19301/how-to-draw-marker-c/8
- Query the character's distance to a marker and trigger whatever you like if in proximity.
- Use NativeUI for the menu.