Small fixes

This commit is contained in:
BotoX
2019-10-30 23:16:39 +01:00
parent bf93a52f24
commit 9422304a42
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -33,6 +33,7 @@ public void OnPluginStart()
HookEvent("player_spawn", Event_Spawn, EventHookMode_Post);
AutoExecConfig(true);
RadarModeChanged(g_cRadarMode, "", "");
}
public void RadarModeChanged(ConVar cvar, const char[] sOldVal, const char[] sNewVal)