<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Ped%3A%3AsetTimeExclusiveDisplayTexture</id>
	<title>Ped::setTimeExclusiveDisplayTexture - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Ped%3A%3AsetTimeExclusiveDisplayTexture"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Ped::setTimeExclusiveDisplayTexture&amp;action=history"/>
	<updated>2026-07-24T21:11:09Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Ped::setTimeExclusiveDisplayTexture&amp;diff=11550&amp;oldid=prev</id>
		<title>imported&gt;Shr0x в 10:57, 2 ноября 2024</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Ped::setTimeExclusiveDisplayTexture&amp;diff=11550&amp;oldid=prev"/>
		<updated>2024-11-02T10:57:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
&lt;br /&gt;
The `setTimeExclusiveDisplayTexture` function is used to control the exclusive display of a texture for a specified ped. It can enable or disable this feature, which may be useful in specific scripted scenarios, though the exact behavior may require testing.&lt;br /&gt;
&lt;br /&gt;
=== Required Params ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;pedHandle:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} – The handle of the ped.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;toggle:&amp;#039;&amp;#039;&amp;#039; {{RageType|boolean}} – Whether to enable (`true`) or disable (`false`) the exclusive display texture.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Undefined&amp;#039;&amp;#039;&amp;#039; – This function does not return a value.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.game.ped.setTimeExclusiveDisplayTexture(pedHandle, toggle);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Example usage of setTimeExclusiveDisplayTexture&lt;br /&gt;
&lt;br /&gt;
const pedHandle = mp.players.local.handle; // Get the player&amp;#039;s ped handle&lt;br /&gt;
mp.game.ped.setTimeExclusiveDisplayTexture(pedHandle, true); // Enable exclusive display texture&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Ped_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:Ped API]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>