Raised This Month: $ Target: $400
 0% 

How would I create a /say command?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
stupok
Veteran Member
Join Date: Feb 2006
Old 07-03-2007 , 14:43   Re: How would I create a /say command?
Reply With Quote #5

I would suggest a simpler method:

Code:
#include <amxmodx>

public plugin_init()
{
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd("say /lol", "handle_command")
}

public handle_command(id)
{
	//stuff...
}
stupok 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 21:34.


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