mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 11:42:44 +08:00
Added more spam messages to the filter. (#2488)
* Added more spam messages to the filter. * Removed duplicate remote control vehicle button from the player vehicle menu. * Added heuristical spam detector. * Fixed clock in spam logger. * Added date output to the chat logger. * Added a message to show the user when someone is spamming. More static text translations. * Removed redundant mobile global in scr_globals.hpp. * Added a spam reason to the spam logger. * Added team/all to the chat logger. Added a logger call for the user's chats.
This commit is contained in:
@ -50,8 +50,6 @@ namespace big
|
||||
ImGui::SameLine();
|
||||
components::player_command_button<"sshuntright">(g_player_service->get_selected(), {});
|
||||
|
||||
components::player_command_button<"rcplayer">(g_player_service->get_selected());
|
||||
|
||||
ImGui::EndListBox();
|
||||
}
|
||||
ImGui::EndGroup();
|
||||
|
Reference in New Issue
Block a user