alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
494 stars 197 forks source link

Feature Request: Add availability to block round ending #568

Open gtteamamxx opened 6 years ago

gtteamamxx commented 6 years ago

Hi, It would be glad to see a cvar for infinity round or something like that. I think it can be very userful.

We can achieve it using orpheu, can we do it from amxmodx side?

HamletEagle commented 6 years ago

I believe this is out of amxx scope. Maybe if we add a gameplay manager plugin or something along this lines.

gtteamamxx commented 6 years ago

@HamletEagle What have to be done to add these plugins to amxmodx?

Arkshine commented 6 years ago

SM has CS_OnTerminateRound forward and even CS_TerminateRound native. I think it's fine to have a similar forward. I believe it's used quite often and it would be useful to know the reason a round ended.