<?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=FreezePlayer</id>
	<title>FreezePlayer - 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=FreezePlayer"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=FreezePlayer&amp;action=history"/>
	<updated>2026-06-12T04:12:45Z</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=FreezePlayer&amp;diff=18480&amp;oldid=prev</id>
		<title>Muphy: Created page with &quot;Freezes or unfreezes a player into their current position. While frozen, they won&#039;t be able to move, but their walking and running animations will still play. The player will...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=FreezePlayer&amp;diff=18480&amp;oldid=prev"/>
		<updated>2019-11-27T13:18:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Freezes or unfreezes a player into their current position. While frozen, they won&amp;#039;t be able to move, but their walking and running animations will still play. The player will...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Freezes or unfreezes a player into their current position. While frozen, they won&amp;#039;t be able to move, but their walking and running animations will still play. The player will still be able to do other things, like shooting a weapon.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot; &amp;gt;void NAPI.Player.FreezePlayer(Client player, bool freeze);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Required Arguments&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;player:&amp;#039;&amp;#039;&amp;#039; parameter input should be in &amp;#039;&amp;#039;&amp;#039;Client&amp;#039;&amp;#039;&amp;#039; type.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;freeze:&amp;#039;&amp;#039;&amp;#039; parameter input should be in &amp;#039;&amp;#039;&amp;#039;bool&amp;#039;&amp;#039;&amp;#039; type.&lt;br /&gt;
&lt;br /&gt;
==Usage example(s)==&lt;br /&gt;
Example Description&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot; &amp;gt;&lt;br /&gt;
[Command(&amp;quot;freeze&amp;quot;)]&lt;br /&gt;
public void FreezeCommand(Client sender, bool frozen)&lt;br /&gt;
{&lt;br /&gt;
  NAPI.Player.FreezePlayer(sender, frozen);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Muphy</name></author>
	</entry>
</feed>