AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Blocking all Emitted sounds (https://forums.alliedmods.net/showthread.php?t=20748)

Cheap_Suit 11-16-2005 02:17

Blocking all Emitted sounds
 
Code:
public EmitSound(id, channel, const sample[]) {     if(!is_user_alive(id) || !is_user_connected(id))         return FMRES_IGNORED         if(block[id]) return FMRES_SUPERCEDE     return FMRES_IGNORED }

I tryed this, but only blocks the knife sounds.

XxAvalanchexX 11-16-2005 13:48

My guess is that you are hearing the client-side sounds.


All times are GMT -4. The time now is 13:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.