Advertisement
DougCp

Evento Astrologico

Mar 18th, 2016
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.47 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 D="x_transformice/x_evt/x_evt_01/kjneb75/map-nouvel-an.jpg" /><Z><S><S L="800" o="" X="400" H="40" Y="390" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S L="10" o="" X="-5" H="406" Y="204" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="10" o="" H="406" Y="200" T="12" X="805" /><S L="10" o="" H="800" X="385" Y="15" T="12" P="0,0,0.3,0.2,90,0,0,0" /><S L="25" o="" X="458" H="20" Y="368" T="12" P="0,0,0.3,0.2,10,0,0,0" /><S P="0,0,0.3,0.2,0,0,0,0" L="25" o="" H="20" Y="368" T="12" X="591" /><S L="70" o="" X="191" H="10" Y="219" 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="80" o="" H="10" Y="217" T="12" X="263" /><S L="140" o="" H="10" X="338" Y="276" T="12" P="0,0,0.3,0.2,55,0,0,0" /><S P="0,0,0.3,0.2,-70,0,0,0" L="70" o="" H="10" Y="255" T="12" X="149" /><S L="50" o="" H="10" X="140" Y="294" T="12" P="0,0,0.3,0.2,-80,0,0,0" /><S P="0,0,0.3,0.2,20,0,0,0" L="50" o="" X="21" Y="272" T="12" H="10" /><S L="100" o="" X="19" H="10" Y="315" T="12" P="0,0,0.3,0.2,-60,0,0,0" /><S L="36" o="" X="680" H="10" Y="332" T="13" P="0,0,0.3,1.2,0,0,0,0" /><S P="0,0,0.3,1.2,0,0,0,0" L="36" o="" H="10" Y="328" T="13" X="714" /><S L="20" o="" H="10" X="505" Y="357" 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="20" o="" X="514" Y="341" T="13" H="10" /><S L="20" o="" X="520" H="10" Y="320" 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="20" o="" H="10" Y="297" T="13" X="527" /><S L="20" o="" H="10" X="541" Y="271" T="13" P="0,0,0.3,1.2,0,0,0,0" /><S P="0,0,0.3,1.2,0,0,0,0" L="20" o="" X="566" Y="267" T="13" H="10" /><S L="20" o="" X="594" H="10" Y="267" T="13" P="0,0,0.3,1.2,0,0,0,0" /><S P="0,0,0.3,1.2,0,0,0,0" L="20" o="" H="10" Y="275" T="13" X="619" /><S L="20" o="" H="10" X="625" Y="289" 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="20" o="" X="635" Y="307" T="13" H="10" /><S L="10" o="" X="577" H="67" Y="228" T="12" P="0,0,0.3,0.2,-10,0,0,0" /><S L="70" o="" H="10" X="732" Y="372" T="12" P="0,0,0.3,0.2,-70,0,0,0" /></S><D><DS Y="355" X="215" /></D><O /></Z></C>')
  19.  
  20. tfm.exec.setUIMapName("Transformice<bl> - @2000")
  21.  
  22. for name,player in pairs(tfm.get.room.playerList) do
  23. eventNewPlayer(name)
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement