View Single Post
Mistrick
Senior Member
Join Date: Aug 2012
Location: Russia
Old 07-18-2017 , 13:13   Re: Chat Revamp API V1.1b
Reply With Quote #2

Why do you do all stuff in hook message?

https://github.com/s1lentq/ReGameDLL....cpp#L726-L770

Say command generate message for all players on server. One command -> 32(max) messages.
In hook you do cycle with send message for players and block original message but then you can get another 31 messages, again own cycle for players. You did chat spammer.
Why your stock func for SayText send message in unreliable channel? You can lost messages.
Mistrick is offline