View Single Post
JocAnis
Veteran Member
Join Date: Jun 2010
Old 11-17-2020 , 18:23   Re: catch emessage_*
Reply With Quote #3

I dont know why i didnt answer the same day, but i found also way to catch emessage_ with orpheu:
Code:
..OrpheuGetEngineFunction("pfnWriteString","WriteString")
OrpheuRegisterHook(WriteString,"WriteStringf",OrpheuHookPre)
so its only one argument (string[]), which is a little easier compared to register_message, thanks ofc @OciXCrom !


PS: Why colorchat didnt include already emessage_* , but only message_* ? I mean, there must be any downside of using emessage then ?
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)

Last edited by JocAnis; 11-17-2020 at 18:24.
JocAnis is offline