Jump to content

Como se puede hacer esto


Kronos

Recommended Posts

Posted

Cual texto? el del chat?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

De todo el mensaje? o solo lo que dicen?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
De todo el mensaje? o solo lo que dicen?

De todo lo que dicen que de todo lo que hablen este de un color

Por ejemplo cuando digan hola aparesca de un color

cuando digan otra palabra aparesca del mismo color

y asi

Posted
addEventHandler ( "onPlayerChat", root, 
    function ( msg, msgType ) 
        if ( msgType == 0 ) then 
            local r, g, b = getPlayerNametagColor ( source ) 
            outputChatBox ( getPlayerName ( source ) ..": #0000FF".. msg, root, r, g, b, true ) 
            cancelEvent ( ) 
        end 
    end 
) 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • Recently Browsing   0 members

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