Pycckue-Bnepeg / samp-cef

Client and server plugins for SA:MP to embed CEF.
GNU General Public License v3.0
103 stars 50 forks source link

Cef Chat #51

Open ZauriBarbaqadze opened 1 year ago

ZauriBarbaqadze commented 1 year ago

Hello friends, I need help with Cef chat, how to delete default chat, can you tell me? Or if there is any example version

DobruiKola commented 1 month ago

Look, make a hook for RakNet, then hook RPC to send a chat to a chat, also another hook to send a message to a chat only for the player and pass it to your interface

PabloDev19 commented 1 month ago

Look, make a hook for RakNet, then hook RPC to send a chat to a chat, also another hook to send a message to a chat only for the player and pass it to your interface

How to this is?