G gerro 8 0 Контакты для связи отсутствуют. 25 Январь 2023 #1 hook.Add('ChatText', 'RemoveJoinLeaveMsg', function(_, _, _, mode) if mode == 'joinleave' then return true end end)
hook.Add('ChatText', 'RemoveJoinLeaveMsg', function(_, _, _, mode) if mode == 'joinleave' then return true end end)
Партизан Модератор раздела "Garry's Mod" 553 19 205 25 Январь 2023 #2 верный код: hook.Add( "ChatText", "hide_joinleave", function( index, name, text, type ) if ( type == "joinleave" ) then return true end end ) Позитивный голос 0 Негативный голос
верный код: hook.Add( "ChatText", "hide_joinleave", function( index, name, text, type ) if ( type == "joinleave" ) then return true end end )