<?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=Player%3A%3AgiveNmMessage</id>
	<title>Player::giveNmMessage - 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=Player%3A%3AgiveNmMessage"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Player::giveNmMessage&amp;action=history"/>
	<updated>2026-06-04T23:56:04Z</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=Player::giveNmMessage&amp;diff=4253&amp;oldid=prev</id>
		<title>Marty uploader: yay</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Player::giveNmMessage&amp;diff=4253&amp;oldid=prev"/>
		<updated>2017-05-06T23:45:16Z</updated>

		<summary type="html">&lt;p&gt;yay&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;MulleDK19: Sends the message that was created by a call to CREATE_NM_MESSAGE to the specified player.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If a message hasn&amp;#039;t been created already, this function does nothing.&amp;lt;br&amp;gt;If the Ped is not ragdolled with Euphoria enabled, this function does nothing.&amp;lt;br&amp;gt;The following call can be used to ragdoll the Ped with Euphoria enabled: SET_Player_TO_RAGDOLL(ped, 4000, 5000, 1, 1, 1, 0);&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Call order:&amp;lt;br&amp;gt;SET_Player_TO_RAGDOLL&amp;lt;br&amp;gt;CREATE_NM_MESSAGE&amp;lt;br&amp;gt;GIVE_Player_NM_MESSAGE&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Multiple messages can be chained. Eg. to make the ped stagger and swing his arms around, the following calls can be made:&amp;lt;br&amp;gt;SET_Player_TO_RAGDOLL(ped, 4000, 5000, 1, 1, 1, 0);&amp;lt;br&amp;gt;CREATE_NM_MESSAGE(true, 0); // stopAllBehaviours - Stop all other behaviours, in case the Ped is already doing some Euphoria stuff.&amp;lt;br&amp;gt;GIVE_Player_NM_MESSAGE(ped); // Dispatch message to player.&amp;lt;br&amp;gt;CREATE_NM_MESSAGE(true, 1151); // staggerFall - Attempt to walk while falling.&amp;lt;br&amp;gt;GIVE_Player_NM_MESSAGE(ped); // Dispatch message to player.&amp;lt;br&amp;gt;CREATE_NM_MESSAGE(true, 372); // armsWindmill - Swing arms around.&amp;lt;br&amp;gt;GIVE_Player_NM_MESSAGE(ped); // Dispatch message to player.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;player.giveNmMessage();&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
===Return value===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Undefined&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Player_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Marty uploader</name></author>
	</entry>
</feed>