<?xml version="1.0" encoding="utf-8"?>
<!-- Generated on Fri, 05 Jun 2026 21:28:25 +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-1768.html</link>
    <description>Последние ответы в теме: Есть одно дело...</description>
    <generator>LogicBoard</generator>
    <item>
      <title>Есть одно дело...</title>
      <description><![CDATA[Понятно. Тогда просто из lua вписываю в командную строку код и все. Спасибо)]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1768.html</link>
      <pubDate>Mon, 11 Mar 2013 10:45:50 +0100</pubDate>
      <author>Tim_tiM</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1768.html]]></guid>
    </item>
    <item>
      <title>Есть одно дело...</title>
      <description><![CDATA[<strong>Tim_tiM</strong>, Ну да , у каждого оружия есть своя комманда вызова , она прописана в его луа и вот через неё и даётся оружие для npc]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1768.html</link>
      <pubDate>Sun, 10 Mar 2013 10:02:24 +0100</pubDate>
      <author>Alexander.S.V.</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1768.html]]></guid>
    </item>
    <item>
      <title>Есть одно дело...</title>
      <description><![CDATA[Ага, понял. То есть надо вписать в том же формате оружия из других аддонов? <br />Типа:<br />list.Set( &quot;NPCWeapons&quot;, &quot;weapon_intorez&quot;, &quot;vintorez&quot; ) ?]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1768.html</link>
      <pubDate>Sun, 10 Mar 2013 09:26:50 +0100</pubDate>
      <author>Tim_tiM</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1768.html]]></guid>
    </item>
    <item>
      <title>Есть одно дело...</title>
      <description><![CDATA[Ну это не сложно , хотя вот на 13-й есть некие проблемы ,вот к примеру стандартный код :<br /><!-- PHP code --><div class="php" 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;">php 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: #339933;">---</span>A script by saniok_1997<span style="color: #009900;">&#40;</span>Goob michael<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: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_fiveseven&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Five Seven&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_ak47&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;AK47&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_tmp&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;TMP&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_para&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Para&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_mac10&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Mac10&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_deagle&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Deagle&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_pumpshotgun&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Pumpshotgun&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_mp5&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;MP5&quot;</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;"><span style="color: #990000;">list</span><span style="color: #339933;">.</span>Set<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;NPCWeapons&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;weapon_m4&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;M4&quot;</span> <span style="color: #009900;">&#41;</span></div></li>
</ol></div><!--/PHP code --><br />Он храниться в формате .lua в папке garrysmod\lua\autorun . Тут видно что для npc добавляется оружие из css . <br />Так уже берутся оружия из разных аддонов , они вписываются по их спавн коду ( к примеру weapon_ak47 это ak47 ) это всё прописанно в lua самого оружия]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1768.html</link>
      <pubDate>Sat, 09 Mar 2013 11:54:39 +0100</pubDate>
      <author>Alexander.S.V.</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1768.html]]></guid>
    </item>
    <item>
      <title>Есть одно дело...</title>
      <description><![CDATA[ЛЮДИ! Как давать NPC оружия, кроме тех, что уже есть в garrys mod-e? И вообще, можно так делать? Кто знает-отпишитесь)]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-1768.html</link>
      <pubDate>Sat, 09 Mar 2013 11:22:30 +0100</pubDate>
      <author>Tim_tiM</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-1768.html]]></guid>
    </item>
  </channel></rss>