<?xml version="1.0" encoding="utf-8"?>
<!-- Generated on Fri, 05 Jun 2026 07:42:48 +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-6422.html</link>
    <description>Последние ответы в теме: Проблемы с Nextbot</description>
    <generator>LogicBoard</generator>
    <item>
      <title>Проблемы с Nextbot</title>
      <description><![CDATA[У тебя он может не совместим быть с какими-то другими аддонами, или аддонов слишком много.]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-6422.html</link>
      <pubDate>Mon, 20 Feb 2017 15:56:28 +0100</pubDate>
      <author>Ser666volk</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-6422.html]]></guid>
    </item>
    <item>
      <title>Проблемы с Nextbot</title>
      <description><![CDATA[AddCSLuaFile(&quot;autorun/sw_alien_cutbug.lua&quot;)<!--br--><br />sound.Add(<!--br--><br />{<!--br--><br />   name = &quot;SW_Alien.Hopp&quot;,<!--br--><br />   channel = CHAN_ITEM,<!--br--><br />   volume = 0.99,<!--br--><br />   soundlevel = 90,<!--br--><br />   sound = &quot;sligwolf/alien/hopp.wav&quot;<!--br--><br />} )<!--br--><br />local Category = &quot;SligWolf's NPC's&quot;<!--br--><br />local NPC = {    <!--br--><br />   Name = &quot;Evil - Cutbug 1&quot;, <!--br--><br />   Class = &quot;npc_combine_s&quot;,<!--br--><br />   Model = &quot;models/sligwolf/unique_props/placeholder001.mdl&quot;,<!--br--><br />   Category = Category<!--br--><br />}<!--br--><br />list.Set( &quot;NPC&quot;, &quot;sw_alien_cutbug&quot;, NPC )<!--br--><br />local function MakeEnt(name, ply)<!--br--><br />    if !IsValid(ply) then return end<!--br--><br />    local ent = ents.Create(name)<!--br--><br />    if !IsValid(ent) then return end<!--br--><br />    if !ent.CPPISetOwner then return ent end<!--br--><br />    ent:CPPISetOwner(ply)<!--br--><br />    return ent<!--br--><br />end<!--br--><br />local Models = {<!--br--><br />   [1] = &quot;models/sligwolf/alien/cutbug2.mdl&quot;,<!--br--><br />   [2] = &quot;models/sligwolf/alien/cutbug1.mdl&quot;,<!--br--><br />}<!--br--><br />local function SW_SetNPCValues( ply, npc, name )<!--br--><br />   if !IsValid(npc) then return end<!--br--><br />   if !IsValid(ply) then return end<!--br--><br />   gname = gname or &quot;&quot;<!--br--><br />   model = npc:GetModel() or &quot;&quot;<!--br--><br />   <!--br--><br />   local Random = math.random(1,2)<!--br--><br />   local tab = list.Get(&quot;NPC&quot;) <!--br--><br />   for k,v in pairs(tab) do<!--br--><br />      if v.Name == name and v.Model == model then<!--br--><br />         local NewNPC = MakeEnt( &quot;npc_headcrab_fast&quot;, ply )<!--br--><br />         if !IsValid(NewNPC) then continue end<!--br--><br />      <!--br--><br />         NewNPC:Spawn()<!--br--><br />         NewNPC:Activate()<!--br--><br />         NewNPC:SetPos(npc:GetPos()+Vector(0,0,10))<!--br--><br />         NewNPC:SetAngles(npc:GetAngles())<!--br--><br />         NewNPC:SetModel( Models[Random] )<!--br--><br />         NewNPC:SetSkin( math.random(0,1) )<!--br--><br />         NewNPC:SetHealth( Random*25 )<!--br--><br />         npc:Remove()<!--br--><br />         <!--br--><br />         undo.Create( &quot;Cutbug&quot; )<!--br--><br />            undo.AddEntity( NewNPC )<!--br--><br />            undo.SetPlayer( ply )<!--br--><br />         undo.Finish()<!--br--><br />         break<!--br--><br />      end<!--br--><br />   end<!--br--><br />end<!--br--><br />local function SW_Spawn_CutBug_NPC( ply, npc ) <!--br--><br />   SW_SetNPCValues( ply, npc, &quot;Evil - Cutbug 1&quot;)<!--br--><br />end<!--br--><br />hook.Add( &quot;PlayerSpawnedNPC&quot;, &quot;SW_Spawn_CutBug_NPC&quot;, SW_Spawn_CutBug_NPC )]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-6422.html</link>
      <pubDate>Mon, 20 Feb 2017 15:52:20 +0100</pubDate>
      <author>vladvoron</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-6422.html]]></guid>
    </item>
    <item>
      <title>Проблемы с Nextbot</title>
      <description><![CDATA[С одними НПС все нормально,но с другими...Скачиваю аддон с мастерской,устонавливаю,убираю все аддоны,запускаю карту с nav,спавню НПС на карте и-НПС просто стоит на месте и ничего не делает.В консоли есть вот такая вот ошибка:<!--br--><br />[ERROR] addons/532921450/lua/entities/npc_isolation_xeno.lua:91: attempt to call method 'SetSolidMask' (a nil value)<!--br--><br />  1. unknown - addons/532921450/lua/entities/npc_isolation_xeno.lua:91<!--br--><br />   2. Spawn - [C]:-1<!--br--><br />    3. InternalSpawnNPC - gamemodes/sandbox/gamemode/commands.lua:399<!--br--><br />     4. Spawn_NPC - gamemodes/sandbox/gamemode/commands.lua:432<!--br--><br />      5. unknown - gamemodes/sandbox/gamemode/commands.lua:462<!--br--><br />       6. unknown - lua/includes/modules/concommand.lua:54<!--br--><br />NextBot [63][npc_isolation_xeno]error: addons/532921450/lua/entities/npc_isolation_xeno.lua:309: attempt to compare two nil values]]></description>
      <link>https://gmod-fan.com/forum/problems/last/topic-6422.html</link>
      <pubDate>Sun, 08 Jan 2017 10:23:59 +0100</pubDate>
      <author>vladvoron</author>
      <guid isPermaLink="true"><![CDATA[https://gmod-fan.com/forum/problems/last/topic-6422.html]]></guid>
    </item>
  </channel></rss>