Garry's Mod

Garry's Mod

Makus Ratnik Expansion Pack (TacRP)
6 Comments
IL.ANDRW𒉭 8 Sep, 2024 @ 3:37pm 
plz add maku's soviet solider
󠀡󠀡  [author] 10 Feb, 2024 @ 5:37pm 
I think so
glory-holes master 3000 10 Feb, 2024 @ 12:25pm 
thay spawn with different bodygruops?
󠀡󠀡  [author] 9 Feb, 2024 @ 5:33am 
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 )
󠀡󠀡  [author] 9 Feb, 2024 @ 5:33am 
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 9 Feb, 2024 @ 4:19am 
Sorry for the questions, but im a little curious how you get the NPCs to use the addon weapons