<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=Player_ID</id>
		<title>Player ID - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=Player_ID"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=Player_ID&amp;action=history"/>
		<updated>2026-05-06T00:43:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=Player_ID&amp;diff=14&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;Player IDs are unsigned integers used by the server and admins as an easy way to identify players and bots. IDs assignment , which is done by the server, starts at 1 (one), an...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=Player_ID&amp;diff=14&amp;oldid=prev"/>
				<updated>2012-08-14T16:26:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Player IDs are unsigned integers used by the server and admins as an easy way to identify players and bots. IDs assignment , which is done by the server, starts at 1 (one), an...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Player IDs are unsigned integers used by the server and admins as an easy way to identify players and bots. IDs assignment , which is done by the server, starts at 1 (one), and each player that joins gets his own unique ID, the lowest possible. This means that the ID don't necessarily reflect the join order of players.&lt;br /&gt;
&lt;br /&gt;
 John joins the game - ID 1&lt;br /&gt;
 Billy joins the game - ID 2&lt;br /&gt;
 Sniper joins the game - ID 3&lt;br /&gt;
 Billy leaves the game - ID 2 free for use&lt;br /&gt;
 John joins the game - ID 2&lt;br /&gt;
&lt;br /&gt;
To view player IDs while in-game, you have to press the &amp;quot;/&amp;quot; key and then F1. You will see the ID in the players board, to the left of the player's nickname. To get a player's ID when connected as admin, you'll need to parse the [[Refresh|refresh]] packet. When using scripting this is much easier, you use [[NameToID]].&lt;br /&gt;
&lt;br /&gt;
When it comes to scripting, Player IDs are most commonly found as an unsigned char, which in pascal is byte (ranging from 0 to 255).&lt;br /&gt;
&lt;br /&gt;
Admin programs that run commands on a server will count as ID being 255.&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>