Raised This Month: $ Target: $400
 0% 

problem with say commands


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
wonsae
Senior Member
Join Date: Jan 2006
Location: Behind you >:D
Old 05-03-2006 , 18:26   problem with say commands
Reply With Quote #1

hi i'm having a problem with say commands like
Code:
register_clcmd("say /test","test")
I made a test plugin
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plug-In" #define VERSION "beta1" #define AUTHOR "wonsae" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_clcmd("say /test","test") } public test(id){     client_print(id,print_chat,"TestTEST!")     return PLUGIN_HANDLED }

but when i say /test it doens't do anything at all just shows /test as i said it
wonsae is offline
 


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


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