<?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=Name_Length_Restriction</id>
		<title>Name Length Restriction - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=Name_Length_Restriction"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=Name_Length_Restriction&amp;action=history"/>
		<updated>2026-05-26T02:29:55Z</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=Name_Length_Restriction&amp;diff=35&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;===Script by Spkka=== &lt;source lang=&quot;pascal&quot;&gt;//JOINTEAM procedure OnJoinTeam(ID, Team: byte); begin	 	//kick player if nickname is above 24 characters 	if GetPlayerStat(ID, 'Ac...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=Name_Length_Restriction&amp;diff=35&amp;oldid=prev"/>
				<updated>2012-08-14T16:47:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Script by Spkka=== &amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;//JOINTEAM procedure OnJoinTeam(ID, Team: byte); begin	 	//kick player if nickname is above 24 characters 	if GetPlayerStat(ID, &amp;#039;Ac...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Script by Spkka===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;//JOINTEAM&lt;br /&gt;
procedure OnJoinTeam(ID, Team: byte);&lt;br /&gt;
begin	&lt;br /&gt;
	//kick player if nickname is above 24 characters&lt;br /&gt;
	if GetPlayerStat(ID, 'Active' ) = true then&lt;br /&gt;
	begin&lt;br /&gt;
		if length(getPlayerStat( ID, 'name' )) &amp;gt; 24 then&lt;br /&gt;
		begin&lt;br /&gt;
			WriteConsole(ID,'...your name is over 24 characters, please change it.',$FFFF4444);&lt;br /&gt;
			KickPlayer(ID);&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Templates]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>