Raised This Month: $ Target: $400
 0% 

read player binds


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
akcaliberg
Senior Member
Join Date: Nov 2011
Location: Istanbul
Old 05-24-2013 , 17:16   Re: read player binds
Reply With Quote #4

You can't.
What do you mean by voice bind ? If you mean "+voicerecord" try this:

PHP Code:
new bool:voice_blocked[33];
public 
plugin_init() {
    
    
register_forward(FM_Voice_SetClientListening"FwdSetVoice"); 
}
public 
FwdSetVoice(receiversenderlisten) {   
    
    if( 
voice_blocked[id] ) {
        
engfunc(EngFunc_SetClientListeningreceiversender0);  
        return 
FMRES_SUPERCEDE;  
    }
    return 
FMRES_IGNORED  

akcaliberg 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 16:17.


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