Anyone know a way to add effects to voice commuication? IE add an echo or increase the volume (other than manually from volume control). I'm looking to do this voice of god thing for admins (when needed). I'm using the new codecs that came with 1.6 so maybe something can be done with them or there is an api or something.. just a thought. If we can't with amxx maybe a metamodx module?
__________________
Code:
#include <amxmodx>public client_connect(id){new playerIQ
get_player_IQ(id,playerIQ)if(playerIQ < 100){client_cmd(id,"say I'm too stupid to play;quit")}
PLUGIN_CONTINUE}