Гайд FixConnect

  • 442
  • 8
  • 121
fixconnect.jpg
Как же убрать подключение игроков в чате?
hook.Add( "ChatText", "hide_joinleave", function( index, name, text, typ )
if ( typ == "joinleave" ) then return true end
end )
 
Сверху Снизу