Advertisement
DougCp

Carrera en Globo Aerostático

Mar 18th, 2016
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.17 KB | None | 0 0
  1. tfm.exec.disableAfkDeath(true)
  2. tfm.exec.disableAutoShaman(true)
  3. tfm.exec.disableAutoNewGame(true)
  4.  
  5.  
  6. function eventNewPlayer(player)
  7. tfm.exec.respawnPlayer(player)
  8. end
  9. function eventPlayerWon(player)
  10. tfm.exec.respawnPlayer(player)
  11. end
  12. function eventPlayerDied(player)
  13. tfm.exec.respawnPlayer(player)
  14. end
  15.  
  16.  
  17.  
  18. tfm.exec.newGame('<C><P defilante="-1,-1,-1,1" L="2400" d="x_transformice/x_evt/x_evt_03/0or8meuj/mongolfiere.png,300,150" G="8,10" D="x_transformice/x_evt/x_evt_03/0or8meuj/map-mongolfiere.jpg" /><Z><S><S L="40" o="" H="10" X="199" Y="356" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="40" o="" X="276" Y="354" T="13" H="10" /><S L="40" o="" X="471" H="10" Y="344" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S L="153" o="" H="65" X="377" Y="358" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S L="62" o="" H="57" X="149" Y="371" T="12" P="0,0,0.3,0.2,30,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="100" o="" X="193" Y="419" T="13" H="10" /><S L="100" o="" X="442" H="10" Y="412" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="40" o="" H="10" Y="356" T="13" X="493" /><S L="40" o="" H="10" X="382" Y="355" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="40" o="" X="300" Y="357" T="13" H="10" /><S L="40" o="" H="200" X="621" Y="341" T="12" P="0,0,0.3,0.2,10,0,0,0" /><S L="20" o="" H="160" X="913" Y="80" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,-10,0,0,0" L="20" o="" X="1156" Y="342" T="12" H="200" /><S L="20" o="" H="50" X="1147" Y="226" T="12" P="0,0,0.3,0.2,20,0,0,0" /><S L="50" o="" H="10" X="1180" Y="199" T="12" P="0,0,0.3,0.2,-10,0,0,0" /><S P="0,0,0.3,0.2,5,0,0,0" L="70" o="" X="1239" Y="196" T="12" H="10" /><S L="10" o="" H="165" X="1569" Y="48" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S L="10" o="" H="57" X="1563" Y="153" T="12" P="0,0,0.3,0.2,10,0,0,0" /><S L="20" o="" H="53" X="1800" Y="278" T="12" P="0,0,0.3,0.2,-20,0,0,0" /><S L="20" o="" H="80" X="1798" Y="338" T="12" P="0,0,0.3,0.2,15,0,0,0" /><S L="100" o="" H="86" X="1906" Y="350" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,10,0,0,0" L="100" o="" X="1993" Y="360" T="12" H="86" /><S L="26" o="" H="10" X="2025" Y="340" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="100" o="" X="2117" Y="348" T="12" H="86" /><S L="50" o="" X="2062" H="86" Y="354" T="12" P="0,0,0.3,0.2,-20,0,0,0" /><S P="0,0,0.3,0.2,20,0,0,0" L="50" o="" H="86" Y="355" T="12" X="2170" /><S L="36" o="" H="10" X="2211" Y="353" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="36" o="" X="2227" Y="356" T="13" H="10" /><S L="36" o="" X="2247" H="10" Y="365" T="13" P="0,0,0.3,0.2,0,0,0,0" /><S L="29" o="" H="62" X="2281" Y="380" T="12" P="0,0,0.3,0.2,-30,0,0,0" /><S P="0,0,0.3,0.2,30,0,0,0" L="30" o="" X="1845" Y="357" T="12" H="100" /><S P="0,0,9999,0.2,0,0,0,0" L="80" o="" H="20" Y="290" T="12" X="361" /><S P="0,0,9999,0.2,0,0,0,0" L="50" o="" H="10" Y="230" T="12" X="358" /><S P="0,0,0.3,0.2,50,0,0,0" L="10" o="" X="1827" Y="286" T="12" H="40" /></S><D><DS Y="270" X="360" /><DC Y="216" X="360" /><T Y="307" D="" X="2087" /><F Y="304" X="2086" /></D><O /></Z></C>')
  19. tfm.exec.setUIMapName("Transformice<bl> - @2002")
  20.  
  21. for name,player in pairs(tfm.get.room.playerList) do
  22. eventNewPlayer(name)
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement