forked from UNLOZE/sm-plugins
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:
@@ -100,6 +100,9 @@ public void OnClientDisconnect(int client)
|
||||
SDKUnhook(client, SDKHook_WeaponDropPost, OnWeaponDrop);
|
||||
SDKUnhook(client, SDKHook_WeaponEquipPost, OnWeaponEquip);
|
||||
|
||||
if(!IsClientInGame(client))
|
||||
return;
|
||||
|
||||
// Simulate dropping all equipped weapons
|
||||
for(int i = 0; i < 5; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user