MrOats/AngelScript_SC_Plugins

Replace ClientSay with ClientCommand

Closed this issue · 2 comments

There is a bug with ClientSay where if more than one plugin uses ClientSay, then one might have trouble processing what was said in chat. Reported by me and Zodemon.

My RTV plugin had to be run alone for it to work. Zodemon just had to make his plugin the first one loaded.
Ref: http://forums.svencoop.com/showthread.php/42867-Plugin-Simple-trail

Doing this will increase compatibility with other plugins! So do it soon!

Updated info:
With client say you have to be careful, do HOOK_HANDLED if that was the command you wanted, else do HOOK_CONTINUE if that was not the command you were looking for so other plugins can use the information.

Resolved this in all plugins. Closing.