View Single Post
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 10-08-2021 , 08:37   Re: Replace medkit with pills
Reply With Quote #2

Just use Stripper
https://forums.alliedmods.net/showthread.php?t=39439
Create a .cfg per map if you want to modify for a map in moddir/addons/stripper/maps with
Code:
modify:
{
	match:
	{
		"classname" "weapon_first_aid_kit_spawn"
	}
	replace:
	{
		"classname" "weapon_pain_pills_spawn"
	}
	insert:
	{
		"scale" "0.99"
	}

}
Or add to moddir/addons/stripper/global_filters.cfg and have for every map, remember you can use origins for editing every entity on map, use cl_showpos 1 in console to see current origin.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 10-08-2021 at 08:45.
CryWolf is online now
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf