View Single Post
Cruze
Veteran Member
Join Date: May 2017
Old 12-04-2022 , 12:14   Re: Request: Plugin that terminates round (excluding bots)
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
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.
Thanks for the heads up man!
__________________
Taking paid private requests! Contact me
Cruze is offline