<?xml version="1.0"?>
<rss version="2.0"><channel><title>&#x41F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x435; &#x442;&#x435;&#x43C;&#x44B;: Script Development</title><link>https://zloplay.ru/forum/86-script-development/</link><description>&#x41F;&#x43E;&#x441;&#x43B;&#x435;&#x434;&#x43D;&#x438;&#x435; &#x442;&#x435;&#x43C;&#x44B;: Script Development</description><language>ru</language><item><title>Help me !! Im a beginner. How to kick someone via IP.</title><link>https://zloplay.ru/topic/24734-help-me-im-a-beginner-how-to-kick-someone-via-ip/</link><description><![CDATA[
<p>Im admin of a server from Vietnam. I got a big problem. Someone used a hack tool to fake my xuid, changed his name to my name, then used admin's cmds to kick or ban all players in room. i banned him from my console. but 5 minutes later, he back. It happen too many times. i dont know what tool he used but i really want to kick him away from my server 4ever. Seem like he alway use a same static ip to connect to my server. So i decide to write a script that i can kick s.o via ip. im writing a little script but im stuck. i dont know how to kick someone <img src="https://zloplay.ru/uploads/emoticons/default_sad.png" alt=":(" srcset="https://zloplay.ru/uploads/emoticons/sad@2x.png 2x" width="20" height="20"> Someone can help me. Im a beginner and sr about my bad english  <img src="https://zloplay.ru/uploads/emoticons/default_biggrin.png" alt=":D" srcset="https://zloplay.ru/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20"></p>
<p> </p>
<p>I just want to know how to use kick command. <img src="https://zloplay.ru/uploads/emoticons/default_sad.png" alt=":(" srcset="https://zloplay.ru/uploads/emoticons/sad@2x.png 2x" width="20" height="20"> i dont know the kick command <img src="https://zloplay.ru/uploads/emoticons/default_sad.png" alt=":(" srcset="https://zloplay.ru/uploads/emoticons/sad@2x.png 2x" width="20" height="20"></p>
<p> </p>
<p>here my code, dont laugh at me  :mrgreen: :</p>
<p></p>
<pre class="ipsCode">
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace ClassLibrary1
{
   public class BanList : BaseScript
   {
       List ipbanlist = new List();

       private bool LoadBanList(string p, List iplist)
       {
           try
           {
               using (StreamReader sr = new StreamReader(p))
               {
                   String[] line = sr.ReadToEnd().Split('\n');
                   int d = line.Length;
                   for (int f = 0; f &lt; d; f++)
                   {
                       List ip = line[f].ToList(); 
                       int e = ip.Count;
                       if (ip[e - 2].ToString() == "x")
                       {
                           line[f] = line[f].Remove(e - 2);
                       }
                       iplist.Add(line[f]);
                   }

                   return true;
               }
           }
           catch (Exception e)
           {
               return false;
           }
       }

       public BanList(): base()
       {
           LoadBanList("baniplist.txt",ipbanlist);
           PlayerConnecting += new Action(entity =&gt;
           {
               entity.OnNotify("connecting",player =&gt;
               {
                   foreach (string ipban in ipbanlist)
                   {
                       if (player.IP.ToString().StartsWith(ipban))
                       {
                           &lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;
                           &lt;&lt;&lt;&lt; kick cmd is here but i dont know it ( &gt;&gt;&gt;&gt;
                       }
                   }

               });
           });
       }
   }
}
</pre>
<div></div>
<p></p>
]]></description><guid isPermaLink="false">24734</guid><pubDate>Fri, 15 Mar 2013 10:22:46 +0000</pubDate></item><item><title>Juggernaut without the Juggernaut script?</title><link>https://zloplay.ru/topic/24471-juggernaut-without-the-juggernaut-script/</link><description><![CDATA[<p>Is there a script that will make the gamemode Juggernaut not have the actual Juggernaut spawn, but instead, just a normal player? And also, if you post raw code, can you please tell me what to do with it to make it into a script? I have little scripting experience with IW5M.</p>]]></description><guid isPermaLink="false">24471</guid><pubDate>Mon, 11 Mar 2013 09:34:23 +0000</pubDate></item><item><title>giveammo help please!</title><link>https://zloplay.ru/topic/24603-giveammo-help-please/</link><description><![CDATA[
<p></p>
<pre class="ipsCode">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace Ammo
{
   public class Ammo : BaseScript
   {
       public Ammo()
           : base()
       {
           PlayerConnected += new Action(entity =&gt;
           {
               Call("setdvar", "motd", "DUKIP is awesome");
           });
       }
       public override void OnSay(Entity player, string name, string message)
       {
           if (message.StartsWith("!giveammo"))
           {
               var weapon = player.CurrentWeapon;
               player.Call("giveMaxAmmo", player.CurrentWeapon);
           }
       }
   }
}</pre>
<div></div>
<p></p>
<p> </p>
<p><span>how to make a command "!giveammo" could only be used one time?</span></p>
]]></description><guid isPermaLink="false">24603</guid><pubDate>Wed, 13 Mar 2013 16:05:44 +0000</pubDate></item><item><title>[Request] Unlimited nade/stun ammo</title><link>https://zloplay.ru/topic/13883-request-unlimited-nadestun-ammo/</link><description><![CDATA[
<p>Ive been using other ammo mods, but they just seem to give GUN ammo, and i'm looking for a mod that will allow me to replenish my grenades.</p>
<p>Anyone know one?</p>
]]></description><guid isPermaLink="false">13883</guid><pubDate>Tue, 09 Oct 2012 01:47:18 +0000</pubDate></item><item><title>Trickshot mods and iSnipe</title><link>https://zloplay.ru/topic/24634-trickshot-mods-and-isnipe/</link><description><![CDATA[
<p>good evening</p>
<p>I'm looking for mods Trickshot, iSnipe (MSR or L118A N shortcut key</p>
<p> </p>
<p>but more importantly it is a mod for my server MW3 Trickshot fourdeltaone because many players asking for a Isnipe mods and mods Triclshot but I found none apart isnipe two mods that I use but I would like a website with all mods MW3 fourdeltaone because there is not the huge mods on google or other</p>
]]></description><guid isPermaLink="false">24634</guid><pubDate>Thu, 14 Mar 2013 01:11:23 +0000</pubDate></item><item><title>[Help]Can I set player's control botton on match?</title><link>https://zloplay.ru/topic/24200-helpcan-i-set-players-control-botton-on-match/</link><description><![CDATA[
<p>Hi. </p>
<p>Thanks for help.</p>
<p>I need to know if there is a way to set player's button on game match.</p>
<p> </p>
<p>for example, a button setting of my melee is "E". </p>
<p>and i would like to press "E" button automatically right after I type "melee" at chat. </p>
<p> </p>
<p>if i can control button setting, I may let BOTs have various skills such as melee, prone, crawl..</p>
<p> </p>
<p>attached file is currently on mod for Infected with BOTs.</p>
]]></description><guid isPermaLink="false">24200</guid><pubDate>Fri, 08 Mar 2013 10:15:24 +0000</pubDate></item><item><title>Help with Begusha line of fashion qzcm</title><link>https://zloplay.ru/topic/24526-help-with-begusha-line-of-fashion-qzcm/</link><description><![CDATA[<p>I cut the code from qzcm but nothing came out of my this code</p>]]></description><guid isPermaLink="false">24526</guid><pubDate>Tue, 12 Mar 2013 04:08:57 +0000</pubDate></item><item><title>AtomikServerTool - Admin Tool</title><link>https://zloplay.ru/topic/24187-atomikservertool-admin-tool/</link><description><![CDATA[
<p>This will be the one and only thread to discuss about the admin tool. So far I have a nice theme layout.</p>
<p> </p>
<p><img src="http://i.imgur.com/p0kmmPd.png" alt="p0kmmPd.png"></p>
<p><img src="http://i.imgur.com/lAS78BQ.png" alt="lAS78BQ.png"></p>
<p> </p>
<p>We will start Discussing what options would like to have as a tool.</p>
<p>so far including in this will be the following options.</p>
<p>********************************</p>
<p></p>
<ul><li>
<br>Ability to Kick clients<br>Ban clients<br>See peoples Ip address to ban by ip.(these feature basically makes it so when a user in ur blacklist shows up it gives u a warning they are present.)<br>Change Map<br>Fast Restart<br>Change things like Jump height,Speed,proMod,etc<br>GiveAmmo,Weapons,walking Ac130<br>Welcome Messages in Say Field or Advertise spots (bottom left corner)<br>Custom Lobby Message<br>Timed Messages<br>Ability to install a Plugin through the program.<br>Unistall plugins.<br>edit Server.cfg<br> <br></li></ul><p></p>
<p>The way this works is you will be running a Socket Server through your plugin that is to be installed in the scripts folder.</p>
<p>Then you open the ServerTool(which is in the root of MW3) and Launch your console and everything inside of the app. No outside apps running. Any plugin will work with the tool since the tool is designed to still use console commands. It automatically sends the cmd to the console for you.</p>
<p> </p>
<p>Due to time restraints this project will not be done quick.. if anyone is willing to help ill be glad to share info. However,I would really like someone who already has a working admin script that we can add to since this is the BALL of the whole thing. This would be a really big help...</p>
]]></description><guid isPermaLink="false">24187</guid><pubDate>Fri, 08 Mar 2013 03:44:40 +0000</pubDate></item><item><title>help error</title><link>https://zloplay.ru/topic/24433-help-error/</link><description><![CDATA[
<p>Error 1 No overload method "doPlayerStore" not accept "1" argument</p>
<p></p>
<pre class="ipsCode">doPlayerStore(entity);</pre>
<div></div>
<p></p>
<p> </p>
<p>Here is the class:</p>
<p></p>
<pre class="ipsCode">        private void doPlayerStore(Entity player, string name, string message)
       {
           GameStore store = new GameStore(player);
           store.doStoreWhen(() =&gt;
           {
               return (player.GetField("sessionteam") == "allies");
           });

           GameStore.StoreEntry entry = new GameStore.StoreEntry();
           entry.price = 50;
           {
               {
                   switch (message)
                   {
                       case "!ammo":
                           player.Call("givemaxammo", player.CurrentWeapon);
                           break;

                   }
               }

           }
       }</pre>
<div></div>
<p></p>
]]></description><guid isPermaLink="false">24433</guid><pubDate>Sun, 10 Mar 2013 19:40:30 +0000</pubDate></item><item><title><![CDATA[Don't run until ->]]></title><link>https://zloplay.ru/topic/24216-dont-run-until/</link><description><![CDATA[
<p>Trying to think of a way to execute something AFTER the Infected countdown is done. </p>
<p></p>
<pre class="ipsCode">        {
           //Call("precachemodel", "ac130_coop");
           PlayerConnected += new Action(entity =&gt;
           {
               entity.SpawnedPlayer += new Action(() =&gt;
               {
                   spawnInfected(entity);
               });
           });
       }</pre>
<div></div>
<p></p>
<p>This was back last year when IS first came out. I'm trying to think of a way to properly change it to run spawnInfected until the infected countdown is over. I was thinking of onnotify but don't know the code for it. Anyone got any suggestions?</p>
]]></description><guid isPermaLink="false">24216</guid><pubDate>Fri, 08 Mar 2013 16:30:53 +0000</pubDate></item><item><title>give me the code to replace the icons teams</title><link>https://zloplay.ru/topic/24423-give-me-the-code-to-replace-the-icons-teams/</link><description><![CDATA[<p>and everything else I'll try to make</p>]]></description><guid isPermaLink="false">24423</guid><pubDate>Sun, 10 Mar 2013 17:58:03 +0000</pubDate></item><item><title>help with commands</title><link>https://zloplay.ru/topic/24402-help-with-commands/</link><description><![CDATA[
<p>okay im trying to build a plugin to go along with my Servertool but for some reason i cannot get the damn thing to read console commands</p>
<p> </p>
<p>is there a certain point in my plugin i need to have the commands</p>
<p> </p>
<p></p>
<pre class="ipsCode">
private BaseScript.EventEat CommandFilter(Entity player, string message)
       {
           string[] strArray = message.Split(new char[] { ' ' });

// Then i check for kick
if (strArray[0].Equals("!kick"))
           {
               kick(message, player);
               return 2;
           }
}
</pre>
<div></div>
<p></p>
<p>im getting a type casting error on return 2; Any ideas why??</p>
]]></description><guid isPermaLink="false">24402</guid><pubDate>Sun, 10 Mar 2013 14:49:16 +0000</pubDate></item><item><title>request</title><link>https://zloplay.ru/topic/24274-request/</link><description><![CDATA[<p>hey can you make a infinityscript with bots (i dont mean smart bots) because i have play with bots (own server) and yeah after the 2.9 ore 1.9 patch i cant play anymore with bots</p>]]></description><guid isPermaLink="false">24274</guid><pubDate>Sat, 09 Mar 2013 13:20:44 +0000</pubDate></item><item><title>[Help] Myster Box or Random Weapon Box</title><link>https://zloplay.ru/topic/24269-help-myster-box-or-random-weapon-box/</link><description><![CDATA[
<p>Hi !</p>
<p>I need a Myster Mox/ Random Box's script for mod Infected. But i can't find it's !</p>
<p>SomeBody Hepl me ! Script or Code .</p>
<p>So thank Bro.</p>
]]></description><guid isPermaLink="false">24269</guid><pubDate>Sat, 09 Mar 2013 11:04:01 +0000</pubDate></item><item><title>[release] Some useful scripts for promod</title><link>https://zloplay.ru/topic/24204-release-some-useful-scripts-for-promod/</link><description><![CDATA[
<p>hello guys many ppls are asking me to get scripts applied in my server</p>
<p>this scripts are very usefil for promod  Search &amp; destroy</p>
<p>Team names </p>
<p></p>
<pre class="ipsCode">namespace InfinityScript.Examples
{
   using InfinityScript;
   using System;

   public class namesv1 : BaseScript
   {
       public namesv1()
       {
           base.Call("setDvar", new Parameter[] { "g_teamname_allies", "^1-^0[^4TG^0]^1-^2Clan" });
           base.Call("setDvar", new Parameter[] { "g_teamname_axis", "^2Visitantes" });
           base.PlayerConnected += delegate (Entity entity) {
               entity.SetClientDvar("g_teamname_allies", "^1-^0[^4TG^0]^1-^2Clan");
               entity.SetClientDvar("g_teamname_axis", "^2Visitantes");
           };
       }
   }
}</pre>
<div></div>
<p></p>
<p>Alive players:</p>
<p></p>
<pre class="ipsCode">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;
using System.Timers;

namespace Alive_Players
{
   public class Alive : BaseScript
   {
       public Alive()
       {
           PlayerConnected += new Action(entity =&gt;
           {
               HudElem LabelA = HudElem.CreateFontString(entity, "hudbig", 0.8f);
               LabelA.SetPoint("TOPLEFT", "TOPLEFT", 30, 110);
               LabelA.SetText("FRIENDLY");
               LabelA.HideWhenInMenu = true;

               HudElem LabelB = HudElem.CreateFontString(entity, "hudbig", 0.8f);
               LabelB.SetPoint("TOPLEFT", "TOPLEFT", 30, 130);
               LabelB.SetText("ENEMY");
               LabelB.HideWhenInMenu = true;

               HudElem LabelANum = HudElem.CreateFontString(entity, "hudbig", 0.8f);
               LabelANum.SetPoint("TOPLEFT", "TOPLEFT", 110, 110);
               LabelANum.HideWhenInMenu = true;

               HudElem LabelBNum = HudElem.CreateFontString(entity, "hudbig", 0.8f);
               LabelBNum.SetPoint("TOPLEFT", "TOPLEFT", 110, 130);
               LabelBNum.HideWhenInMenu = true;

               OnInterval(50, () =&gt;
               {
                   string sessionteam = entity.GetField("sessionteam");
                   string axis = Call("getteamplayersalive", "axis").ToString();
                   string allies = Call("getteamplayersalive", "allies").ToString();
                   LabelANum.SetText((sessionteam.Equals("allies")) ? allies : axis);
                   LabelBNum.SetText((sessionteam.Equals("allies")) ? axis : allies);
                   return true;
               });
           });
       }
   }
}</pre>
<div></div>
<p></p>
<p>Enabling Plant Sound</p>
<p></p>
<pre class="ipsCode">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace LE3
{
   public class Learn2Code : BaseScript
   {
       public Learn2Code()
           :base()
       {
           PlayerConnected += new Action(entity =&gt;
               {
                   entity.OnNotify("weapon_change", (player, weap) =&gt;
                   {
                       if (weap.ToString() == "briefcase_bomb_mp")
                       {
                           Call("PlaySoundAtPos", entity.Origin, "mp_bomb_plant");
                       }
                   });
               });
       }
   }
}</pre>
<div></div>
<p></p>
<p>Little promod: </p>
<p></p>
<pre class="ipsCode">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace PingFix
{
   public class PingFix : BaseScript
   {
       public PingFix()
           : base()
       {
           PlayerConnected += new Action(entity =&gt;
           {
               entity.SpawnedPlayer += new Action(() =&gt;
               {
                   entity.Call("setClientDvar", "cl_maxpackets", 100);
                   entity.Call("setClientDvar", "cl_packetdup", 1);
                   entity.Call("setClientDvar", "snaps", 30);
                   entity.Call("setClientDvar", "rate", 25000);
               });
           });
       }
   }
}</pre>
<div></div>
<p></p>
<p>messages on hud</p>
<p></p>
<pre class="ipsCode">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace messageS
{
   public class messageS : BaseScript
   {
       private HudElem info;
       public messageS()
           : base()
       {

           PlayerConnected += new Action(entity =&gt;
           {
               info = HudElem.CreateServerFontString("hudbig", 0.6f);//TYPE AND FONT SIZE
               info.SetPoint("BOTTOMCENTER", "BOTTOMCENTER", 0, 1);//COORDINATES AND LOCATION:CENTER, LEFT, RIGHT, TOP, BOTTOM
               info.HideWhenInMenu = true;
               info.SetText("^1M^2E^3S^4S^5A^6G^7E");//HERE'S WHERE THE MESSAGE GO


           });
       }
   }
}</pre>
<div></div>
<p></p>
<p>Credits:</p>
<p>Me- Idea and collecting scripts <img src="https://zloplay.ru/uploads/emoticons/default_biggrin.png" alt=":D" srcset="https://zloplay.ru/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20"></p>
<p>apadayo/dukip- helping in alive players script</p>
<p>dekart811- Team names script</p>
<p>Aalalex- enabling plant sound</p>
<p>Tonejo[A]- Team names</p>
<p>MegMak 2907- messages on hud</p>
]]></description><guid isPermaLink="false">24204</guid><pubDate>Fri, 08 Mar 2013 11:39:46 +0000</pubDate></item><item><title>Suggestions for an "Infected"</title><link>https://zloplay.ru/topic/24217-suggestions-for-an-infected/</link><description><![CDATA[<p>Trying to complete my script for Random Infected and well I'm out of ideas. So far I have: "Enabled Wallhacks", receiving 1 throwing knife, Juggernaut zombies, "McDonalds Man", "Usain Bolt", and Invisibility. Anyone got any suggestions? It could be anything from model to run speed.</p>]]></description><guid isPermaLink="false">24217</guid><pubDate>Fri, 08 Mar 2013 16:34:49 +0000</pubDate></item><item><title>[REQUEST]Invisible script</title><link>https://zloplay.ru/topic/19799-requestinvisible-script/</link><description><![CDATA[<p>A invisible script for funny game? <img src="https://zloplay.ru/uploads/emoticons/default_biggrin.png" alt=":D" srcset="https://zloplay.ru/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20" loading="lazy"></p>]]></description><guid isPermaLink="false">19799</guid><pubDate>Thu, 03 Jan 2013 11:20:36 +0000</pubDate></item><item><title>Need script for alive players hud</title><link>https://zloplay.ru/topic/24190-need-script-for-alive-players-hud/</link><description><![CDATA[
<p>I need this if someone can help</p>
<p>[attachment=0]hud.png[/attachment]</p>
<p>Thanks</p>
]]></description><guid isPermaLink="false">24190</guid><pubDate>Fri, 08 Mar 2013 04:29:04 +0000</pubDate></item><item><title>(help) pls help in this code</title><link>https://zloplay.ru/topic/23916-help-pls-help-in-this-code/</link><description><![CDATA[
<p>heello i want to enable planting sound to be same as diffusing</p>
<p>i got this code from server addon</p>
<p></p>
<pre class="ipsCode">public override void OnPlayerUse(ServerClient Client)
       {
           Vector origin = new Vector(Client.OriginX, Client.OriginY, Client.OriginZ);
           base.PlaySoundAtOrigin(origin, "mp_bomb_plant");
       }</pre>
<div></div>
<p></p>
<p>can some 1 edit it to work in 4d1?</p>
<p>thx</p>
]]></description><guid isPermaLink="false">23916</guid><pubDate>Sun, 03 Mar 2013 14:01:01 +0000</pubDate></item><item><title>how to change the icons and commands please give a list of models to replace the icons</title><link>https://zloplay.ru/topic/24105-how-to-change-the-icons-and-commands-please-give-a-list-of-models-to-replace-the-icons/</link><description><![CDATA[<p>who than can help</p>]]></description><guid isPermaLink="false">24105</guid><pubDate>Wed, 06 Mar 2013 14:37:58 +0000</pubDate></item><item><title>Unlimited ammo?</title><link>https://zloplay.ru/topic/23888-unlimited-ammo/</link><description><![CDATA[<p>Ive played on servers before where you have unlimited ammo and never had to reload where can i find this at? google isnt being to helpful to me. lol</p>]]></description><guid isPermaLink="false">23888</guid><pubDate>Sat, 02 Mar 2013 23:31:20 +0000</pubDate></item><item><title>Reverse gun game request</title><link>https://zloplay.ru/topic/24087-reverse-gun-game-request/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I have searched the forum but could not find anything. I would like to see a reverse gun game mod. Is there somebody who already has this or can script this together in no time? The regular gun games favors the already good players by giving them even better guns. Reverse gun game solves this (a little <img src="https://zloplay.ru/uploads/emoticons/default_biggrin.png" alt=":D" srcset="https://zloplay.ru/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20"> ). Thanks for any help!</p>
<p> </p>
<p>Cheers,</p>
<p> </p>
<p>McRam</p>
]]></description><guid isPermaLink="false">24087</guid><pubDate>Wed, 06 Mar 2013 10:27:48 +0000</pubDate></item><item><title>I need a special forces sniper skin for infected</title><link>https://zloplay.ru/topic/23891-i-need-a-special-forces-sniper-skin-for-infected/</link><description><![CDATA[<p>is it possible to do this only for infected'd like to play in camouflage sniper SWAT</p>]]></description><guid isPermaLink="false">23891</guid><pubDate>Sun, 03 Mar 2013 03:36:53 +0000</pubDate></item><item><title>No Gun for Infected?</title><link>https://zloplay.ru/topic/23894-no-gun-for-infected/</link><description><![CDATA[<p>Is there a way where i can set the infected's gun to nothing so they can't shoot/knife? Using any type of modded slot in servers just deletes it...</p>]]></description><guid isPermaLink="false">23894</guid><pubDate>Sun, 03 Mar 2013 04:25:58 +0000</pubDate></item><item><title>IDEA XD</title><link>https://zloplay.ru/topic/23928-idea-xd/</link><description><![CDATA[
<p>HI,</p>
<p>iam searching for sb who can help me to get ,,the final killcam in slomo'' again like in IW4M    (<a href="http://fourdeltaone.net/forum/viewtopic.php?f=30&amp;t=27042" rel="external nofollow">viewtopic.php?f=30&amp;t=27042</a>)</p>
<p>for sb can handle scripts and modding should be able to help me,pls?!?</p>
<p> </p>
<p>so i already found out that there is a file missing (same issue happend in IW4M and got fixed on that way) wich i already found (<a href="http://fourdeltaone.net/forum/viewtopic.php?f=30&amp;t=27042" rel="external nofollow">viewtopic.php?f=30&amp;t=27042</a>)</p>
<p> </p>
<p>would be nice if sb. could spend some time with this issue</p>
<p> </p>
<p>Thx and Greetz WOokie</p>
]]></description><guid isPermaLink="false">23928</guid><pubDate>Sun, 03 Mar 2013 17:09:09 +0000</pubDate></item></channel></rss>
