added SprayManager (made by Obus)
added PlayerVisibility StopSound: reload sounds are now muted and cleanup SelfMute: cleanup AdminCheats, WeaponCleaner: fixed error
This commit is contained in:
@@ -74,6 +74,9 @@ public void UpdateClients()
|
||||
|
||||
public void OnClientPutInServer(int client)
|
||||
{
|
||||
if(IsFakeClient(client))
|
||||
return;
|
||||
|
||||
SendConVarValue(client, g_CVar_sv_cheats, "0");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user