<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=PlayerRemoveWaypoint</id>
	<title>PlayerRemoveWaypoint - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=PlayerRemoveWaypoint"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=PlayerRemoveWaypoint&amp;action=history"/>
	<updated>2026-07-19T03:22:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=PlayerRemoveWaypoint&amp;diff=20543&amp;oldid=prev</id>
		<title>Moguchiy: Created page with &quot;{{ClientsideCsJsEvent}} Triggered when a player removes a waypoint from the map.  {{CSharpContainer| &lt;syntaxhighlight lang=&quot;c#&quot;&gt; public delegate void OnPlayerRemoveWaypointDel...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=PlayerRemoveWaypoint&amp;diff=20543&amp;oldid=prev"/>
		<updated>2021-02-18T18:51:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ClientsideCsJsEvent}} Triggered when a player removes a waypoint from the map.  {{CSharpContainer| &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; public delegate void OnPlayerRemoveWaypointDel...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideCsJsEvent}}&lt;br /&gt;
Triggered when a player removes a waypoint from the map.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public delegate void OnPlayerRemoveWaypointDelegate();&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Example}}&lt;br /&gt;
The example below shows up a message for a player when waypoint is removed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
RAGE.Events.OnPlayerRemoveWaypoint += OnWaypointRemoved;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public void OnWaypointRemoved()&lt;br /&gt;
{&lt;br /&gt;
    RAGE.Chat.Output($&amp;quot;You have just removed the waypoint&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{ClientsideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mp.events.add(&amp;quot;playerRemoveWaypoint&amp;quot;, () =&amp;gt; {&lt;br /&gt;
    mp.console.logInfo(`Waypoint removed`);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Player_events_clientside}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Waypoint]]&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:Client-side Event]]&lt;/div&gt;</summary>
		<author><name>Moguchiy</name></author>
	</entry>
</feed>