Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 23/09/20 in all areas

  1. addEventHandler( "onPlayerChat", root, function( msg, ch ) cancelEvent() -- disable default chat and run our code instead. if ch == 0 then local newMsg = string.gsub(msg, '#%x%x%x%x%x%x', '') -- remove color codes from message local newName = string.gsub(getPlayerName(source), '#%x%x%x%x%x%x', '')-- remove color codes from name outputChatBox( newName..': '..newMsg, root, 255, 255, 525) end end )
    1 point
  2. Sugiro vc dar uma pesquisadinha no youtube que tem varios tutoriais ensinando a editar areas verde, mudar a cor delas, editar as funções delas, basicamente tudo amigo.
    1 point
  3. إنت هبل شي؟ دليل انك مقهور منهم وخاقد عليهم.. نشرت موداتهم
    1 point
×
×
  • Create New...