diff --git a/script_hecho.js b/script_hecho.js index a5f185f..e796ff5 100644 --- a/script_hecho.js +++ b/script_hecho.js @@ -2,6 +2,9 @@ // // -Momento en el que se cambia al mapa grande, changeToBigMapOn variable // -Momento en el que se cambia al mapa pequeño, changeToClassicMapOn variable +var translations = { + wellcome: `👋 Welcome ${player.name} !\nEnter "t" before your message to use team chat and "@@" followed by a player name to PM him !` +} // CHANGES BY BORRAGEIROS @@ -3211,7 +3214,7 @@ room.onPlayerJoin = function (player) { }).then((res) => res); } room.sendAnnouncement( - `👋 Welcome ${player.name} !\nEnter "t" before your message to use team chat and "@@" followed by a player name to PM him !`, + translations.wellcome, player.id, welcomeColor, 'bold',