AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [L4D/L4D2] Enhanced Pipe Bomb (https://forums.alliedmods.net/showthread.php?t=322756)

MasterMind420 04-03-2020 16:28

[L4D/L4D2] Enhanced Pipe Bomb
 
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

SkiPlix 04-03-2020 21:00

Re: [L4D/L4D2] Enhanced Pipe Bomb
 
Cool concept, thank you.

user2000 05-18-2020 23:41

Re: [L4D/L4D2] Enhanced Pipe Bomb
 
l4d1 does not show the countdown of the numbers :(

MasterMind420 05-18-2020 23:51

Re: [L4D/L4D2] Enhanced Pipe Bomb
 
Quote:

Originally Posted by user2000 (Post 2700945)
l4d1 does not show the countdown of the numbers :(

Do you have instructor hints enabled in options? Honestly ive never tested them in l4d1 so i dont know if they even work.

Marttt 05-19-2020 07:52

Re: [L4D/L4D2] Enhanced Pipe Bomb
 
L4D1 does not have an env_instructor_hint entity so the hints won't appear.

MasterMind420 05-19-2020 11:43

Re: [L4D/L4D2] Enhanced Pipe Bomb
 
Quote:

Originally Posted by Marttt (Post 2700998)
L4D1 does not have an env_instructor_hint entity so the hints won't appear.

Cool thanks


All times are GMT -4. The time now is 19:50.

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