mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
shavit-zones.sp - make it so slay/stoptimer zones don't apply if paused
rip skronk's hour long bhop_thc time
This commit is contained in:
parent
4f43b628ae
commit
326caccb06
@ -5347,7 +5347,7 @@ public void StartTouchPost(int entity, int other)
|
||||
|
||||
case Zone_Slay:
|
||||
{
|
||||
if (status != Timer_Stopped)
|
||||
if (status == Timer_Running)
|
||||
{
|
||||
Shavit_StopTimer(other);
|
||||
ACTUALLY_ForcePlayerSuicide(other);
|
||||
@ -5357,7 +5357,7 @@ public void StartTouchPost(int entity, int other)
|
||||
|
||||
case Zone_Stop:
|
||||
{
|
||||
if(status != Timer_Stopped)
|
||||
if(status == Timer_Running)
|
||||
{
|
||||
Shavit_StopTimer(other);
|
||||
Shavit_PrintToChat(other, "%T", "ZoneStopEnter", other, gS_ChatStrings.sWarning, gS_ChatStrings.sVariable2, gS_ChatStrings.sWarning);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user