Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Health Cabinet (1.12) [23-Apr-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 04-21-2018 , 13:59   Re: [L4D & L4D2] Health Cabinet (1.6) [18-Jul-2013]
Reply With Quote #41

Doesnt work for me.
when i use sm_cabinet i get:

"[Health Cabinet] Commands may only be used in-game on a dedicated server."

It is supposed I was in-game when i used this command. What is a dedicated server??

Last edited by axelnieves2012; 04-21-2018 at 14:00.
axelnieves2012 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-21-2018 , 16:44   Re: [L4D & L4D2] Health Cabinet (1.6) [18-Jul-2013]
Reply With Quote #42

Quote:
Originally Posted by axelnieves2012 View Post
Doesnt work for me.
when i use sm_cabinet i get:

"[Health Cabinet] Commands may only be used in-game on a dedicated server."

It is supposed I was in-game when i used this command. What is a dedicated server??
I'm guessing you're hosting from a listen/local server? If so, you'll have to type the command in chat since the console is considered as the server console.

Type "/cabinet" in chat or bind "say /cabinet" to a key.
__________________
Psyk0tik is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 07-27-2019 , 19:37   Re: [L4D & L4D2] Health Cabinet (1.7.1) [03-Jul-2019]
Reply With Quote #43

Thanks for the continued support of all your plugins Silvers, very much appreciated.
jking is offline
jamalsheref2
Senior Member
Join Date: May 2017
Old 08-05-2020 , 17:53   Re: [L4D & L4D2] Health Cabinet (1.10) [10-May-2020]
Reply With Quote #44

can you allow this to support local server pls
jamalsheref2 is offline
Sev
Veteran Member
Join Date: May 2010
Old 11-17-2021 , 09:40   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #45

Kinda wondering if this plugin could be expanded upon or the idea made into a separate plugin where we take the idea of what it does in Back 4 Blood where you would see the health cabinet and the survivors could walk up to it, press E to heal using the healing animation and everybody would get to use the cabinet once and that's it.

It would work as the standard health kit in this game since trauma damage doesn't exist in L4D like it does in B4B.

If its not possible or too complicated due to tracking uses, etc or you're too busy then that's fine.

Last edited by Sev; 11-17-2021 at 09:40.
Sev is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-17-2021 , 10:09   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #46

Health Vending Machines plugin does this, just not this model.
__________________
Silvers is offline
dahyun4220
Member
Join Date: Sep 2021
Old 04-14-2022 , 07:36   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #47

There are only defibrillators in the enemy team's cabinet in Versus mode.
Even if I set the defibrillator value to 0, only the defibrillator spawn.

Last edited by dahyun4220; 04-14-2022 at 07:37.
dahyun4220 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 04-14-2022 , 08:24   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #48

Quote:
Originally Posted by dahyun4220 View Post
There are only defibrillators in the enemy team's cabinet in Versus mode.
Even if I set the defibrillator value to 0, only the defibrillator spawn.
Show cvars you're using
__________________
Silvers is offline
dahyun4220
Member
Join Date: Sep 2021
Old 04-14-2022 , 08:33   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #49

Quote:
Originally Posted by Silvers View Post
Show cvars you're using
PHP Code:
// This file was auto-generated by SourceMod (v1.10.0.6510)
// ConVars for plugin "혼합\응급 캐비넷.smx"


// 0=Plugin off, 1=Plugin on.
// -
// Default: "1"
l4d_cabinet_allow "1"

// 0=Off. Range the cabinet glows.
// -
// Default: "150"
l4d_cabinet_glow "150"

// 0=Default glow color. Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue.
// -
// Default: "255 0 0"
l4d_cabinet_glow_color "255 0 0"

// Maximum number of items.
// -
// Default: "4"
// Minimum: "0.000000"
// Maximum: "4.000000"
l4d_cabinet_max "4"

// Minimum number of items.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "4.000000"
l4d_cabinet_min "4"

// Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all).
// -
// Default: ""
l4d_cabinet_modes ""

// Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = none).
// -
// Default: ""
l4d_cabinet_modes_off ""

// Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together.
// -
// Default: "0"
l4d_cabinet_modes_tog "0"

// -1=All, 0=Off, other value randomly spawns that many Cabinets from the config.
// -
// Default: "2"
l4d_cabinet_random "-1"

// Chance out of 100 to spawn adrenaline.
// -
// Default: "80"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d_cabinet_spawn_adren "60"

// Chance out of 100 to spawn defibrillators.
// -
// Default: "10"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d_cabinet_spawn_defib "0"

// Chance out of 100 to spawn first aid kits.
// -
// Default: "30"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d_cabinet_spawn_first "70"

// Chance out of 100 to spawn pain pills.
// -
// Default: "100"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d_cabinet_spawn_pills "100" 
When enemy teams open the cabinet, only defibrillators are created.(four defibrillators )

Last edited by dahyun4220; 04-14-2022 at 09:00.
dahyun4220 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 04-14-2022 , 12:07   Re: [L4D & L4D2] Health Cabinet (1.11) [01-Jul-2021]
Reply With Quote #50

Unable to replicate the issue.
- Which map does this occur on?
- Linux or Windows?
- Maybe plugin conflict, can you test with only this plugin enabled?
- PM me your discord or Steam to expedite fix.
__________________

Last edited by Silvers; 04-14-2022 at 12:08.
Silvers is offline
Reply


Thread Tools
Display Modes

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 12:08.


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