forked from UNLOZE/sm-plugins
added cs: go support to SelfMute, WeaponCleaner and voiceannounce_ex
fixed sourcebans version by request fixed awful bug in spectate plugin
This commit is contained in:
@@ -127,6 +127,8 @@ public void OnEntityDestroyed(int entity)
|
||||
|
||||
public void OnWeaponSpawned(int entity)
|
||||
{
|
||||
SDKUnhook(entity, SDKHook_Spawn, OnWeaponSpawned);
|
||||
|
||||
int HammerID = GetEntProp(entity, Prop_Data, "m_iHammerID");
|
||||
// Should not be cleaned since it's a map spawned weapon
|
||||
if(HammerID)
|
||||
|
||||
Reference in New Issue
Block a user