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

[L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)


Post New Thread Reply   
 
Thread Tools Display Modes
Sout12
Member
Join Date: May 2017
Old 01-13-2020 , 21:43   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #441

Any idea why only 4 survivors can talk, like if the 5th player joins and uses the talk binds the main survivor that joined is the one that talks if that makes sense.

Nvm i guess its normal my bad, great plugin

Last edited by Sout12; 02-01-2020 at 01:22.
Sout12 is offline
rtokuda
Senior Member
Join Date: Dec 2019
Old 05-14-2020 , 00:40   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #442

how does it compile with left4downtown?

Quote:
Originally Posted by Marttt View Post
For those, the only problem is the plugin messing with the tank hp even when abm_tankchunkhp is "0".
In my case wasn't applying the HP configs set from the Mutant Tanks plugin.

So I added a check in the AutoSetTankHp() method for the "abm_tankchunkhp" cvar

If the abm_tankchunkhp = "0" this plugin will not change the tank hp.

Quick fix. (v0.1.97q.1 - based on the v0.1.97q from GitLab)

Code:
void AutoSetTankHp() {
    Echo(2, "AutoSetTankHp");

    if (g_TankChunkHp == 0)
        return;

    ...
}
Note: Needs left4downtown to compile, maybe my .smx version doesn't fit to your server.
rtokuda is offline
rtokuda
Senior Member
Join Date: Dec 2019
Old 05-14-2020 , 00:41   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #443

I'm having problems with this plugin, it changes the tanks' HP
rtokuda is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 05-14-2020 , 00:51   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #444

left4downtown is deprecated now, you have to use left4dhooks, maybe someone can do this since I've no experience with that.
__________________
Marttt is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-14-2020 , 01:03   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #445

It's as simple as replacing the line "#include <left4downtown>" with "#include <left4dhooks>". I did that with all the plugins I have on my servers and they work just fine. There are no extra setups required since L4DH just creates L4DT natives and forwards on its own. Just don't have both L4DT and L4DH installed; only L4DH.
__________________
Psyk0tik is offline
ayaizafri
Junior Member
Join Date: May 2020
Old 05-18-2020 , 00:48   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #446

Hello, Im lost.... how do you load abm?
ayaizafri is offline
ayaizafri
Junior Member
Join Date: May 2020
Old 05-19-2020 , 15:27   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #447

Does anyone here know what settings do I need to make my server playable with only 5 players? No other bot no other players. Only 5 players
ayaizafri is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-19-2020 , 17:46   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #448

Quote:
Originally Posted by ayaizafri View Post
Does anyone here know what settings do I need to make my server playable with only 5 players? No other bot no other players. Only 5 players
PHP Code:
abm_minplayers "5"
abm_extraplayers "0" 
__________________
Psyk0tik is offline
ayaizafri
Junior Member
Join Date: May 2020
Old 05-19-2020 , 18:15   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #449

Quote:
Originally Posted by Crasher_3637 View Post
PHP Code:
abm_minplayers "5"
abm_extraplayers "0" 
I need to change that at abm.cfg right?

And can you tell me how can i change all this cvar thinggy?
ayaizafri is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-19-2020 , 18:20   Re: [L4D2] ABM: A MultiSlots / SuperVersus Alternative (Updated: 11-13-17)
Reply With Quote #450

Quote:
Originally Posted by ayaizafri View Post
I need to change that at abm.cfg right?

And can you tell me how can i change all this cvar thinggy?
Yeah just look for those settings inside abm.cfg and change their values.

If you want to temporarily change cvars in-game, make sure you have access to the sm_cvar command and then you can do something like this:

sm_cvar abm_minplayers 5

If you need to learn about admin commands, you can start here: https://wiki.alliedmods.net/Admin_Commands_(SourceMod)
__________________
Psyk0tik is offline
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 23:36.


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