View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-04-2022 , 12:09   Re: Request: Plugin that terminates round (excluding bots)
Reply With Quote #4

This can include in OnPluginStart, not need find convar on every map start. Can be done once when plugin load.
PHP Code:
 g_hRestartDelay FindConVar("mp_round_restart_delay"); 
*edit
also, you could add check, is ConVar g_hRestartDelay Null when fail to find that specific convar name.
__________________
Do not Private Message @me

Last edited by Bacardi; 12-04-2022 at 12:11.
Bacardi is offline