Raised This Month: $51 Target: $400
 12% 

Replace medkit with pills


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bald14
Member
Join Date: Aug 2021
Old 10-08-2021 , 01:33   Replace medkit with pills
Reply With Quote #1

Hello everyone
I want a plugin that can convert medkits into pills at Start Camp and Saferoom. Can someone help me? Thank you !!!
I used "Medkit Density" but it doesn't seem to work on some maps on the workshop
bald14 is offline
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 offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode