mi rincon.html |
Netherlips « Censeur » 1565839620000
| 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) Dernière modification le 1565885760000 |
Netherlips « Censeur » 1565839620000
| 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 |