Raised This Month: $ Target: $400
 0% 

Hide the print/command


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Artifact
Veteran Member
Join Date: Jul 2010
Old 06-30-2012 , 15:35   Re: Hide the print/command
Reply With Quote #2

PHP Code:
#include <amxmodx>

#define PLUGIN ""
#define VERSION ""
#define AUTHOR ""


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /hi"cmdHi)
}

public 
cmdHi(id)
{
    
//something here
    
return PLUGIN_HANDLED

__________________
Artifact 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:19.


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