evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
19 stars 17 forks source link

gal_endonround_change behaviour #77

Open mo0nsniper opened 6 years ago

mo0nsniper commented 6 years ago

I am using the last version of the plugin from git and I see that the behavior of gal_endonround_change 0 has changed.

Before the map changed at the start of the new round almost immediately. Now I see that there is a 6 seconds delay and a message printed to the chat. I don't like the delay and there already is a message that the map will change after the last round.

Could implement an option to have the old behavior back please with no delay and no message printed?

Thank you

evandrocoan commented 6 years ago

To disable the countdown you need to configure this cvar:

// Indicates the end map type at the last seconds. The flags are additive.
// A value of 0 will do not nothing special/different.
//
//  1 - show a countdown from 5 until 1
//
//  2 - To drop the player weapons
//
//  4 - freeze all the players speed
//
//  8 - give grenades
//
// 16 - to set mp_friendlyfire to 1 so players can bombard each other
//      with grenades just before change level.
//
// For example, if you want to use the options 1 and 2, use 1 + 2:
// gal_endonround_countdown 3
//
// Instead of:
// gal_endonround_countdown 0
//
// Default: 0
gal_endonround_countdown 31

Setting it to 30, instead of 31 should disable the countdown.

mo0nsniper commented 6 years ago

I will test and let you know.

mo0nsniper commented 6 years ago

I have set gal_endonround_countdown 0. I also have gal_endonround_msg 2 and gal_endonround_change 0 Now the countdown doesn't appear but the round changes at the end of the last round and not at the start of the next round.

mo0nsniper commented 6 years ago

Hi evandro,

Let me know if you need additional testing from me.

Thanks

evandrocoan commented 6 years ago

What is the value of the cvar gal_endonround?

mo0nsniper commented 6 years ago

I had gal_endonround 1, I've seen the new descrption and set it to 2. Will test and report back, thank you

mo0nsniper commented 6 years ago

I have set gal_endonround to 2 but the map still changes at the end of the last round.

mo0nsniper commented 6 years ago

Oh, I don't have the latest version installed. I will update and report back.

mo0nsniper commented 6 years ago

I have checked and the map still changes at the end of the round and not after the start of a new round even if gal_endonround is 2