View Single Post
kwski43
Senior Member
Join Date: Mar 2009
Old 01-29-2011 , 08:54   Re: [L4D & L4D2] Flare and Light Package (1.0) [29-Jan-2011]
Reply With Quote #7

Whats the point of having ingame message with flaregun bounce when l4d_flare_gun_allow "0"?
I've changed the following lines to disable this message.
1784
PHP Code:
if( !g_bLeft4Dead && g_iGunBounce == && g_hGunAllow == 1
1812
PHP Code:
if( !g_bLeft4Dead && g_iGunBounce == && !g_bDisplayed[client] && GetClientTeam(client) == && g_hGunAllow == 1
and thanks for the great plugin !
__________________
kwski43 is offline