PlayerCreateWaypoint
Jump to navigation
Jump to search
DOES NOT SEEM TO WORK IN CURRENT 0.3.7 VERSION
Event triggered when a player creates a waypoint
Parameters
- player
- position, Vector3 position of the waypoint
Example
mp.events.add("playerCreateWaypoint", (player, position) => {
// Do what you want.
});