mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 02:48:26 +00:00
shavit-replay-playback.sp - close replay menu on spawn (if it's open)
This commit is contained in:
parent
14b9674962
commit
c0d5efb309
@ -2763,6 +2763,12 @@ public void Player_Event(Event event, const char[] name, bool dontBroadcast)
|
|||||||
KickReplay(gA_BotInfo[index]);
|
KickReplay(gA_BotInfo[index]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(IsPlayerAlive(client) && gB_InReplayMenu[client])
|
||||||
|
{
|
||||||
|
CancelClientMenu(client);
|
||||||
|
gB_InReplayMenu[client] = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public Action BotEvents(Event event, const char[] name, bool dontBroadcast)
|
public Action BotEvents(Event event, const char[] name, bool dontBroadcast)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user