×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Atelier 801
  • /
  • Hors-sujet
  • /
  • Rincones
  • /
  • mi rincon.html
« ‹ 75 / 75
mi rincon.html
Netherlips
« Censeur »
1565839620000
    • Netherlips#0000
    • Profil
    • Derniers messages
    • Tribu
#1481
  0
Las MUA unreleased stuff:
claim the throne
fluxtuation
unfinished beat
https://cdn.discordapp.com/attachments/455131349624422410/607618499308683264/2k9A.mp3
https://cdn.discordapp.com/attachments/455131349624422410/607618773792456780/2To7.mp3
https://cdn.discordapp.com/attachments/455131349624422410/526785701166055444/cals.mp3
christmuas trap
disstrack
Paradiso - acapella
cheap eurobeat
Base para las mua (con voz loquendo)
Base para las mua (sin voz loquendo)
https://cdn.discordapp.com/attachments/455131387033419777/540675768909299712/PicsArt_01-31-07.29.23.png

Dernière modification le 1565885760000
Netherlips
« Censeur »
1565839620000
    • Netherlips#0000
    • Profil
    • Derniers messages
    • Tribu
#1482
  0
local tribeMaps = {"@6971079", "@6881250", "@6796775", "@6392590", "@7390152", "@0"}

--Funciones
function onLoad()
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAfkDeath(true)
tfm.exec.disableAllShamanSkills(true)
changeMap(tribeMaps[math.random(#tribeMaps)])
end

function changeMap(mapID)
tfm.exec.newGame(mapID)
end

function showTFMCommands()
print("/x_eneko - Entrenar (tu raton)")
end

--Eventos
function eventNewPlayer(playerName)
ui.addPopup(1, 0, ''..playerName..' joined the game', nil, 350, 200, 100, true)
end

function eventPlayerLeft(playerName)
ui.addPopup(1, 0, ''..playerName..' left the game', nil, 350, 200, 100, true)
end

function eventChatCommand(playerName, command)
local args = {}
for arg in command:gmatch ("[^%s]+") do
table.insert (args, arg)
end

if args[1] == "cambiarmapa" then
changeMap(tribeMaps[math.random(#tribeMaps)])
elseif args[1] == "vampirizame" then
tfm.exec.setVampirePlayer(playerName)
elseif args[1] == "respawn" then
tfm.exec.respawnPlayer(playerName)
elseif args[1] == "color" then
ui.showColorPicker(0, playerName, 0xC2C2DA, "Escoge un color para tu nombre")
end
end

function eventColorPicked(id, playerName, color)
if id==0 and color~=-1 then
tfm.exec.setNameColor(playerName, color)
end
end

onLoad()

Dernière modification le 1575511680000
  • Forums
  • /
  • Atelier 801
  • /
  • Hors-sujet
  • /
  • Rincones
  • /
  • mi rincon.html
« ‹ 75 / 75
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27