SetWaypointOff
DocsSetWaypointOff()Description
This native removes the current waypoint from the map.
Example:
C#:
Function.Call(Hash.SET_WAYPOINT_OFF);
C++:
HUD::SET_WAYPOINT_OFF();Returns
voidThis native does not return a value.
SetWaypointOff()This native removes the current waypoint from the map.
Example:
C#:
Function.Call(Hash.SET_WAYPOINT_OFF);
C++:
HUD::SET_WAYPOINT_OFF();voidThis native does not return a value.
No snippets yet. Be the first to contribute!