Raised This Month: $ Target: $400
 0% 

Is This Well Done?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 05-26-2010 , 10:21   Is This Well Done?
Reply With Quote #1

Doesn't works for me
PHP Code:
//Global
new pFreezetime;

//Init 
    
pFreezetime get_cvar_pointer("mp_freezetime");
    
    
register_clcmd("say","hookSay");

public 
hookSay(id) {

      if(
get_pcvar_float(pFreezetime) <= 0)
      {
             
client_print(id,print_chat,"Chat is blocked");
             return 
PLUGIN_HANDLED;
      }
      else
             return 
PLUGIN_CONTINUE;

      return 
PLUGIN_HANDLED;

#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
 



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


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