Raised This Month: $32 Target: $400
 8% 

Ladder sound & Fire block & Jump Sound Block


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PawNod
Member
Join Date: Jun 2019
Location: Turkey
Old 08-02-2019 , 14:09   Ladder sound & Fire block & Jump Sound Block
Reply With Quote #1

I want 3 plugin request.
1.
I want block ladder sound what can ı do.
2.
When I press the mouse button to shoot the gun effect does not damage the sound and I do not want to sound can be done?
3.
I blocked footsteps but when I jumped I hear foot sound what can ı Do ?
Thank you for supporting now
PawNod is offline
PawNod
Member
Join Date: Jun 2019
Location: Turkey
Old 08-03-2019 , 07:37   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #2

Update
PawNod is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-03-2019 , 08:09   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #3

here is your update
__________________

Mordekay is offline
thEsp
BANNED
Join Date: Aug 2017
Old 08-03-2019 , 08:29   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #4

Quote:
Originally Posted by Mordekay View Post
Unfortunately, admins and mods are offline. I'm generously reporting 3/4 of posts/threads I see and rarely any gets administrated.

Last edited by thEsp; 08-03-2019 at 08:29.
thEsp is offline
PawNod
Member
Join Date: Jun 2019
Location: Turkey
Old 08-03-2019 , 09:07   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #5

I'am so Sorry my English bad so ı understand rules

Last edited by PawNod; 08-03-2019 at 09:09.
PawNod is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-03-2019 , 13:55   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #6

#1
Not tested.
PHP Code:
#include < amxmodx >
#include < fakemeta >

#define MAX_PLAYERS 32

new bool:g_bSilentMAX_PLAYERS ];

public 
plugin_init( )
{
    
register_plugin"No Ladder Noise""1.0""DoNii" );
    
    
register_forwardFM_PlayerPreThink"Fwd_PlayerPreThink_Pre");
}

public 
Fwd_PlayerPreThink_Preid )
{
    if( ! 
is_user_aliveid ) )
    {
        return 
FMRES_IGNORED;
    }
    
    
pevidpev_movetype ) == MOVETYPE_FLY ? ( g_bSilentid ] = true ) : ( g_bSilentid ] = false );
    
    if( 
g_bSilentid ] )
    {
        
set_pevidpev_flTimeStepSound999 );
    }
    
    return 
FMRES_IGNORED;

__________________
edon1337 is offline
PawNod
Member
Join Date: Jun 2019
Location: Turkey
Old 08-03-2019 , 14:57   Re: Ladder sound & Fire block & Jump Sound Block
Reply With Quote #7

@edon1337 its working
Info : I Solved second request. @edon1337 solved first request.
Third request not solved

Last edited by PawNod; 08-03-2019 at 14:58.
PawNod is offline
Reply


Thread Tools
Display Modes

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 19:05.


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