<?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%2FPlayer.Select%28%29</id>
	<title>Scripting/Squirrel/Functions/Player.Select() - 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%2FPlayer.Select%28%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Select()&amp;action=history"/>
	<updated>2026-04-28T13:53:47Z</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/Player.Select()&amp;diff=20154&amp;oldid=prev</id>
		<title>Sseebbyy: Created page with &quot;== Syntax ==  *&#039;&#039;&#039;Sends a player to the Selecting Room ( aka Request Class )&#039;&#039;&#039;  &lt;pre&gt;player.Select();&lt;/pre&gt;  == Example == The following example sends a specified player to t...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/Player.Select()&amp;diff=20154&amp;oldid=prev"/>
		<updated>2018-12-12T12:54:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax ==  *&amp;#039;&amp;#039;&amp;#039;Sends a player to the Selecting Room ( aka Request Class )&amp;#039;&amp;#039;&amp;#039;  &amp;lt;pre&amp;gt;player.Select();&amp;lt;/pre&amp;gt;  == Example == The following example sends a specified player to t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sends a player to the Selecting Room ( aka Request Class )&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;player.Select();&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The following example sends a specified player to the Selecting Room. ( aka Request Class )&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
function onPlayerCommand( player, cmd, text );&lt;br /&gt;
{&lt;br /&gt;
  if ( cmd == &amp;quot;select&amp;quot; )&lt;br /&gt;
    {&lt;br /&gt;
          local plr = FindPlayer( text );&lt;br /&gt;
          plr.Select();&lt;br /&gt;
          MessagePlayer( plr.Name+&amp;quot; has been sent to the Request Class.&amp;quot;, player );&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;int&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;player&amp;#039;&amp;#039;&amp;#039; - Player to be sent&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Player Functions}}&lt;br /&gt;
[[Category:Scripting/Squirrel/Functions/Player_Functions]]&lt;/div&gt;</summary>
		<author><name>Sseebbyy</name></author>
	</entry>
</feed>