<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bf2tech.uturista.pt/index.php?action=history&amp;feed=atom&amp;title=Scripts%3AReadingClanmembers</id>
	<title>Scripts:ReadingClanmembers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bf2tech.uturista.pt/index.php?action=history&amp;feed=atom&amp;title=Scripts%3AReadingClanmembers"/>
	<link rel="alternate" type="text/html" href="https://bf2tech.uturista.pt/index.php?title=Scripts:ReadingClanmembers&amp;action=history"/>
	<updated>2026-08-06T01:17:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://bf2tech.uturista.pt/index.php?title=Scripts:ReadingClanmembers&amp;diff=127&amp;oldid=prev</id>
		<title>Pireax: Created page with &quot;For some scripts you need to add all your Clanmembers in an array.(for ex. Clan TK Protection) So I made a little Scriptpart which you can use to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bf2tech.uturista.pt/index.php?title=Scripts:ReadingClanmembers&amp;diff=127&amp;oldid=prev"/>
		<updated>2018-06-22T15:35:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;For some scripts you need to add all your Clanmembers in an array.(for ex. &lt;a href=&quot;/index.php/Scripts:ClanTkProtection&quot; title=&quot;Scripts:ClanTkProtection&quot;&gt;Clan TK Protection&lt;/a&gt;) So I made a little Scriptpart which you can use to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;For some scripts you need to add all your Clanmembers in an array.(for ex. [[Scripts:ClanTkProtection|Clan TK Protection]]) So I made a little Scriptpart which you can use to read all your Clanmembers from a file to an array.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
paste this code anywhere you would read the Members out of a File:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#######################################&lt;br /&gt;
#   Memberfilereader by Nexus2k       #&lt;br /&gt;
#                                     #&lt;br /&gt;
# Credits to Nexus2kSwiss and Net.BS| #&lt;br /&gt;
#       BlackSkorpions BF2 Clan       #&lt;br /&gt;
#            www.bs-dc.com            #&lt;br /&gt;
#######################################&lt;br /&gt;
#Open members.cfg in readmode&lt;br /&gt;
f=open(&amp;#039;members.cfg&amp;#039;,&amp;#039;r&amp;#039;)&lt;br /&gt;
#Each line become a Arrayitem in Array &amp;quot;clanmembers&amp;quot;&lt;br /&gt;
clanmembers=f.readlines()&lt;br /&gt;
#Close File&lt;br /&gt;
f.close()&lt;br /&gt;
#This deletes the &amp;quot;\n&amp;quot; after each member&lt;br /&gt;
clanmembers=[row.replace(&amp;#039;\n&amp;#039;,&amp;#039;&amp;#039;) for row in clanmembers]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
members.cfg:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Net.BS|Nexus2kSwiss&lt;br /&gt;
Net.BS|BlackSkull&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just make a new Line after each Clanmember&lt;br /&gt;
&lt;br /&gt;
--Nexus2k 05:09, 8 Jul 2005 (MDT)&lt;/div&gt;</summary>
		<author><name>Pireax</name></author>
	</entry>
</feed>