<?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=SetPlayerStat</id>
		<title>SetPlayerStat - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=SetPlayerStat"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=SetPlayerStat&amp;action=history"/>
		<updated>2026-05-26T03:29:32Z</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=SetPlayerStat&amp;diff=184&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;===From the Scripting Manual===  ''procedure SetPlayerStat(ID: byte; Stat: string; Value: variant);''    '''Parameter Info:'''   ID (Byte): Player ID to set the stat of.   Sta...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=SetPlayerStat&amp;diff=184&amp;oldid=prev"/>
				<updated>2012-08-15T11:44:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===From the Scripting Manual===  &amp;#039;&amp;#039;procedure SetPlayerStat(ID: byte; Stat: string; Value: variant);&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   ID (Byte): Player ID to set the stat of.   Sta...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===From the Scripting Manual===&lt;br /&gt;
 ''procedure SetPlayerStat(ID: byte; Stat: string; Value: variant);''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  ID (Byte): Player ID to set the stat of.&lt;br /&gt;
  Stat (String): See Description for more information.&lt;br /&gt;
  Value (Variant): Value to set the above Stat to&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function will set some information about the specified player (ID).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 {| class=&amp;quot;prettytable&amp;quot; width=&amp;quot;40%&amp;quot;&lt;br /&gt;
 ! Stat || Value || Type&lt;br /&gt;
 |-&lt;br /&gt;
 | Kills || Player kills || Integer&lt;br /&gt;
 |-&lt;br /&gt;
 | Deaths || Player deaths || Integer&lt;br /&gt;
 |-&lt;br /&gt;
 | Health || Player health || Integer&lt;br /&gt;
 |-&lt;br /&gt;
 | Flags || Flag captures || Byte&lt;br /&gt;
 |}&lt;br /&gt;
      &lt;br /&gt;
==Example:==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;begin&lt;br /&gt;
    SetPlayerStat( 1 , 'health' , GetPlayerStat(1,'health') + 30 );&lt;br /&gt;
    // This will increase player 1's current health by 30!&lt;br /&gt;
end;&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>