Garry's Mod

Garry's Mod

Makus Ratnik Expansion Pack (TacRP)
6 条留言
IL.ANDRW𒉭 2024 年 9 月 8 日 下午 3:37 
plz add maku's soviet solider
󠀡󠀡  [作者] 2024 年 2 月 10 日 下午 5:37 
I think so
glory-holes master 3000 2024 年 2 月 10 日 下午 12:25 
thay spawn with different bodygruops?
󠀡󠀡  [作者] 2024 年 2 月 9 日 上午 5:33 
Originally it was only like this before I decided to edit it and add the weapons:

local Category = "Maku's Russian Expansion Pack"

local NPC = { Name = "Russian Soldier 1 (Friendly)",
Class = "npc_citizen",
Model = "models/bratnik npc fr/soldier_rgf.mdl",
Health = "100",
Numgrenades = "4",
Category = Category }

list.Set( "NPC", "npc_soldier_rgf_citizen", NPC )
󠀡󠀡  [作者] 2024 年 2 月 9 日 上午 5:33 
Well this is how I got them to spawn with the weapons for that addon. You can even edit this pack itself so they can spawn with the weapons you want.

You just right click on the weapon you want and add it like this for example: Weapons = { "weapon_smg1", "weapon_shotgun", "weapon_ar2" }, that will give them the Half-life 2 weapons

local Category = "Maku's Russian Expansion Pack"

local NPC = { Name = "Russian Soldier 1 (Friendly)",
Class = "npc_citizen",
Model = "models/bratnik_npc_fr/male_03.mdl",
Weapons = { "weapon_smg1", "weapon_shotgun", "weapon_ar2" },
Health = "200",
Numgrenades = "4",
Category = Category }

list.Set( "NPC", "npc_soldier_rgf_citizen", NPC )
Fiend 2024 年 2 月 9 日 上午 4:19 
Sorry for the questions, but im a little curious how you get the NPCs to use the addon weapons