This commit is contained in:
christian 2021-04-06 01:53:09 +02:00
commit a988847775

View File

@ -26,7 +26,7 @@ public Plugin myinfo =
//----------------------------------------------------------------------------------------------------
// Purpose:
//----------------------------------------------------------------------------------------------------
public void OnPluginStart()
public void OnAllPluginsLoaded()
{
if((g_hRespawnDelay = FindConVar("zr_respawn_delay")) == INVALID_HANDLE)
SetFailState("Failed to find zr_respawn_delay cvar.");