Raised This Month: $ Target: $400
 0% 

HE Damage Effect 0.2


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 02-19-2006 , 14:14  
Reply With Quote #9

If a player is hit by a nade just before the map changes.
That players sound will be gone after the map has changed.

Most players don't know how to set their volume back to normal.

Maybe add something like this ?

Code:
public client_disconnect(id) {   #if !defined USE_AMX    client_cmd(id , "volume %f" , gVolume[id]);   #else    client_cmd(id , "volume %f" , float(DEFAULT_VOLUME));   #endif } public plugin_end() {  // Reset all players sound volume here }

BTW really cool plugin

Could you maybe make effects when you are flashed also .. Just like in CS Source.
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:17.


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