djantony Posted September 13, 2020 Share Posted September 13, 2020 function MsgDetran(source, cmd, ...) local MensagemDetran = table.concat ( { ... }, " " ); local name = getPlayerName(source); local localidade = getZoneName(x, y, z); local x, y, z = getElementPosition(thePlayer) for _,v in ipairs(getElementsByType("player")) do outputChatBox("#ffffff[ #02FFFFENTORNO #ffffff] "..name.." #FFFFFF " ..localidade.. ": #ffffff "..MensagemDetran,v, 255, 255, 255, true) -- O "Efeito" que vai aparecer no chat. Caso queira alterar as coires, aconselho esse site -> https://htmlcolorcodes.com/ end end addCommandHandler("entorno", MsgDetran) -- Comando ESPAÑOL : Hola lo que pasa es me copie de un script de chat , y quise aser un entorno ----> ejemplo (ENTORNO) Tony - Maria Beach - Mensaje / eso seria mi ejemplo me ayudan que es lo que estoy asiendo mal ??' INGLES : Hello, what happens is I copied myself from a chat script, and I wanted to make an environment ----> example (ENVIRONMENT) Tony - Maria Beach - Message / that would be my example, help me, what am I getting wrong? ' Link to comment
Administrators Tut Posted September 13, 2020 Administrators Share Posted September 13, 2020 Thread moved to Spanish language forum. For any further posting in said language, please use this section. If you want to post in the international section, make sure that the title and post is in English. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now