Показать сообщение отдельно

  #5  
Старый 07.06.2019, 01:18
_Vine_
Участник форума
Регистрация: 06.01.2016
Сообщений: 154
С нами: 5447649

Репутация: 28
По умолчанию

[QUOTE="Rece1ver"]

>> Проблема не решена.

C++:





Код:
ImGui
::
Checkbox
(
"Крашить игроков"
,
(
bool
*
)
&
functeion_crash
)
;


Цитата:
Сообщение от Vesca  

How can I edit a text before sending it to server?
If I type [/command someText] i want to edit it into: [/command Some text!].
I mean I want to parse and edit the text before sending it to server.
You should hook the outcomimg RPC_ServerCommamd
 
Ответить с цитированием