<?xml version="1.0" encoding="utf-8"?>
<!-- Generated on Fri, 05 Jun 2026 18:23:49 +0200 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GMod-Fan Inc. - Форум</title>
    <link>https://gmod-fan.com/forum/problems/topic-1702.html</link>
    <description>Последние ответы в теме: Проблема со скриптом</description>
    <generator>LogicBoard</generator>
    <item>
      <title>Проблема со скриптом</title>
      <description><![CDATA[Изменил его немного, вроде бы все верно, но работать не хочет:<br /><blockquote class="blockspoiler"><span class="titlespoiler"><a href='#' onclick="ShowAndHide('47c5583343fba9971764bb498d95ea1f'); return false;">Скрипт</a></span><div id='47c5583343fba9971764bb498d95ea1f' style='display:none;' class="textspoiler"><!-- JS code --><div class="javascript" style="font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;"><div style="font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;">JavaScript code:</div><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #003366; font-weight: bold;">function</span> GM<span style="color: #339933;">:</span>StaminaTick<span style="color: #009900;">&#40;</span>ply<span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        ply<span style="color: #339933;">:</span>SetDarkRPVar<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Stamina&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        local velocity <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetVelocity<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>Length2D<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        local stam <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetDarkRPVar<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Stamina&quot;</span><span style="color: #009900;">&#41;</span>or <span style="color: #CC0000;">100</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        local value<span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;"> </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> ply<span style="color: #339933;">:</span>KeyDown<span style="color: #009900;">&#40;</span>IN_SPEED<span style="color: #009900;">&#41;</span> and velocity <span style="color: #339933;">&gt;=</span> <span style="color: #009900;">&#40;</span>ply<span style="color: #339933;">:</span>GetRunSpeed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">-</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                ply<span style="color: #339933;">:</span>SetDarkRPVar<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Stamina&quot;</span><span style="color: #339933;">,</span> value<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000066; font-weight: bold;">else</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> ply<span style="color: #339933;">:</span>KeyDown<span style="color: #009900;">&#40;</span>IN_DUCK<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                        value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">+</span> <span style="color: #CC0000;">2</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                <span style="color: #000066; font-weight: bold;">else</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                        value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">+</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                end<span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;"> </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">                ply<span style="color: #339933;">:</span>SetDarkRPVar<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Stamina&quot;</span><span style="color: #339933;">,</span> value<span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        end</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        local walkSpeed <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetWalkSpeed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;"> </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">&lt;</span> <span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        ply<span style="color: #339933;">:</span>SetRunSpeed<span style="color: #009900;">&#40;</span>walkSpeed<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">        end</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">end</div></li>
</ol></div><!--/JS code --></div></blockquote><!--spoiler --><br /><br />Не рисует HUD, скрипт:<br /><!-- JS code --><div class="javascript" style="font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;"><div style="font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;">JavaScript code:</div><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">draw.<span style="color: #660066;">SimpleText</span><span style="color: #009900;">&#40;</span>LocalPlayer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">DarkRPVars</span>.<span style="color: #660066;">Stamina</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;TargetID&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">25</span> <span style="color: #339933;">+</span> <span style="color: #CC0000;">550</span><span style="color: #339933;">,</span> ScrH<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #CC0000;">10</span><span style="color: #339933;">,</span> color_rp_yellow<span style="color: #339933;">,</span> TEXT_ALIGN_LEFT<span style="color: #339933;">,</span> TEXT_ALIGN_TOP<span style="color: #009900;">&#41;</span></div></li>
</ol></div><!--/JS code --><br /><br />[ERROR] lua/includes/modules/draw.lua:86: bad argument #1 to 'GetTextSize' (string expected, got nil)<br />  1. GetTextSize - [C]:-1<br />   2. SimpleText - lua/includes/modules/draw.lua:86<br />    3. DoActualHUD - gamemodes/darkrp/gamemode/client/hud.lua:320<br />     4. DrawHUD - gamemodes/darkrp/gamemode/client/hud.lua:335<br />      5. unknown - gamemodes/darkrp/gamemode/client/hud.lua:447]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1702.html</link>
      <pubDate>Fri, 01 Mar 2013 11:58:50 +0100</pubDate>
      <author>SmallNibbler</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1702.html]]></guid>
    </item>
    <item>
      <title>Проблема со скриптом</title>
      <description><![CDATA[Почему не работает скрипт?<br /> И как можно объявить глобальные переменные в DarkRP, такие как деньги?<br /><br /><blockquote class="blockspoiler"><span class="titlespoiler"><a href='#' onclick="ShowAndHide('68e8a746447221bbec4dd9df509df859'); return false;">Скрипт</a></span><div id='68e8a746447221bbec4dd9df509df859' style='display:none;' class="textspoiler"><!-- JS code --><div class="javascript" style="font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;"><div style="font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;">JavaScript code:</div><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #003366; font-weight: bold;">function</span> GM<span style="color: #339933;">:</span>StaminaTick<span style="color: #009900;">&#40;</span>ply<span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; ply<span style="color: #339933;">:</span>SetNWInt<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;stamina&quot;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local velocity <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetVelocity<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>Length2D<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local stam <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetNWInt<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;stamina&quot;</span><span style="color: #009900;">&#41;</span> or <span style="color: #CC0000;">100</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local value<span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> ply<span style="color: #339933;">:</span>KeyDown<span style="color: #009900;">&#40;</span>IN_SPEED<span style="color: #009900;">&#41;</span> and velocity <span style="color: #339933;">&gt;=</span> <span style="color: #009900;">&#40;</span>ply<span style="color: #339933;">:</span>GetRunSpeed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">-</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ply<span style="color: #339933;">:</span>SetNWInt<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;stamina&quot;</span><span style="color: #339933;">,</span> value<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">else</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> ply<span style="color: #339933;">:</span>KeyDown<span style="color: #009900;">&#40;</span>IN_DUCK<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">+</span> <span style="color: #CC0000;">2</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">else</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; value <span style="color: #339933;">=</span> math.<span style="color: #660066;">Clamp</span><span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">+</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ply<span style="color: #339933;">:</span>SetNWInt<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;stamina&quot;</span><span style="color: #339933;">,</span> value<span style="color: #009900;">&#41;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; end</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; local walkSpeed <span style="color: #339933;">=</span> ply<span style="color: #339933;">:</span>GetWalkSpeed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>stam <span style="color: #339933;">&lt;</span> <span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> then</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; ply<span style="color: #339933;">:</span>SetRunSpeed<span style="color: #009900;">&#40;</span>walkSpeed<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; end</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 12px/15px monospace; margin:0; padding:0; background:none; vertical-align:top;">end</div></li>
</ol></div><!--/JS code --></div></blockquote><!--spoiler -->]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1702.html</link>
      <pubDate>Fri, 01 Mar 2013 10:37:42 +0100</pubDate>
      <author>SmallNibbler</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1702.html]]></guid>
    </item>
  </channel></rss>