Quote:
Originally Posted by Liverwiz
I was actually just wondering this....I was thinking that maybe you can do a register_clcmd("say /", "HandleSay") then grab the name as the argument with arg[1]. But i'm not sure if "say /" will ever get called. If not....you can always do it as a console command....
|
This will not work. Your second post is correct with the exception of registering the command. You should use register_clcmd() for "say".
__________________