<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FTextdraw.ShowForPlayer</id>
	<title>Scripting/Squirrel/Functions/Textdraw.ShowForPlayer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FTextdraw.ShowForPlayer"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Textdraw.ShowForPlayer&amp;action=history"/>
	<updated>2026-04-10T00:32:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Textdraw.ShowForPlayer&amp;diff=19066&amp;oldid=prev</id>
		<title>VK.Angel.OfDeath: Created page with &quot;This function will display the textdraw on the entered player&#039;s screen.  == Syntax ==  &lt;pre&gt;Textdraw.ShowForPlayer( player )&lt;/pre&gt;  == Arguments ==  * &#039;&#039;Player&#039;&#039; &#039;&#039;&#039;player&#039;&#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Textdraw.ShowForPlayer&amp;diff=19066&amp;oldid=prev"/>
		<updated>2016-03-12T11:07:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function will display the textdraw on the entered player&amp;#039;s screen.  == Syntax ==  &amp;lt;pre&amp;gt;Textdraw.ShowForPlayer( player )&amp;lt;/pre&amp;gt;  == Arguments ==  * &amp;#039;&amp;#039;Player&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;player&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function will display the textdraw on the entered player&amp;#039;s screen.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Textdraw.ShowForPlayer( player )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Player&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;player&amp;#039;&amp;#039;&amp;#039; - The player you want to display the textdraw to.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function onPlayerCommand( player, cmd, text )&lt;br /&gt;
{&lt;br /&gt;
	if ( cmd == &amp;quot;textforplayer&amp;quot; )&lt;br /&gt;
	{&lt;br /&gt;
		local Textdraw = CreateTextdraw( &amp;quot;Text&amp;quot;, x, y, Color);&lt;br /&gt;
		Textdraw.ShowForPlayer(player);&lt;br /&gt;
&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
Call [[onPlayerCommand]] and [[Scripting/Squirrel/Functions/CreateTextdraw|CreateTextdraw]] were used in this example. More info about them in the corresponding pages.&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Textdraw_Functions}}&lt;/div&gt;</summary>
		<author><name>VK.Angel.OfDeath</name></author>
	</entry>
</feed>