Jump to content

Chat color y clear


emaa24

Recommended Posts

Hola, bueno quisiera saber porque no me deja poner el scryp de comandos en color... me sale todo en celeste:

    addCommandHandler("comandos", 
    function (thePlayer) 
            outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", thePlayer, 255, 255, 255, true) 
            outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", thePlayer, 255, 255, 255, true) 
    end 
    ) 

ahh y hay scrypt para limpiar el chat? gracias!

Link to comment
function chat(theType) 
    if theType == 0 then 
            outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", getRootElement(), 255, 255, 255, true) 
            outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", getRootElement(), 255, 255, 255, true) 
    end 
end 
addCommandHandler("comnados",chat) 

Prueba esto.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...