View Single Post
Author Message
MasterMind420
BANNED
Join Date: Nov 2010
Old 04-03-2020 , 16:28   [L4D/L4D2] Enhanced Pipe Bomb
Reply With Quote #1

Adds Some Options To Pipe Bombs

Press RELOAD to change pipe bomb timers
Add an optional visible instructor hint to pipe bombs so you can see count down to explode (L4D2 Only)

Code:
	MinTime = CreateConVar("l4d_min_time", "1", "Minimum Allowed Pipebomb Timer");
	MaxTime = CreateConVar("l4d_max_time", "8", "Maximum Allowed Pipebomb Timer");
	ShowHint = CreateConVar("l4d_show_hint", "1", "[1 = Enable][0 = Disable] Show Timer Hint On Thrown Pipe Bomb");
	ShowThruWalls = CreateConVar("l4d_show_thru_walls", "1", "[1 = Enable][0 = Disable] Show Timer Hint Thru Walls/Objects");
Code:
V1.0
Initial Release
INSTALL:
Put l4d_enhanced_pipe_bomb into your plugins folder
Put l4d_pipe_bomb into your gamedata folder

CREDITS:
Lux for helping get the signatures and advice

Last edited by DarkDeviL; 10-18-2021 at 09:05. Reason: Restore to previous version.
MasterMind420 is offline