Advertisement
Keltcon

Argentina

Nov 14th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.96 KB | None | 0 0
  1. -- Script de Argentina ¡¡Vamos Arg carajo!! o/
  2.  
  3. tfm.exec.disableAfkDeath(true)
  4. tfm.exec.disableAutoNewGame(true)
  5. tfm.exec.disableAutoScore(true)
  6. tfm.exec.disableAutoShaman(true)
  7. tfm.exec.disableAutoTimeLeft(true)
  8.  
  9. tfm.exec.newGame ('<C><P /><Z><S><S c="4" L="800" o="6d9ab1" H="400" X="400" Y="200" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S c="4" L="800" o="ffffff" H="122" X="400" Y="199" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S L="802" o="548096" H="32" X="401" Y="388" T="12" P="0,0,0.3,0.2,0,0,0,0" /><S L="40" o="bba35c" H="10" X="400" Y="200" T="13" P="0,0,0.3,0.2,0,0,0,0" /></S><D><DS Y="357" X="394" /></D><O /></Z></C>')
  10. function eventLoop(arg1, arg2)tfm.exec.playEmote(nil, 10,"AR")
  11. end
  12. p = "<vp>Script activado"i = "<CH>A<N>r<CH>g<N>e<CH>n<N>t<CH>i<N>n<ch>a"pp = "<g>By <bl>Kelt<g>con"
  13. tfm.exec.setUIMapName(i) print(p)print(pp)
  14. function eventNewPlayer(n)tfm.exec.respawnPlayer(n)tfm.exec.setUIMapName(i)
  15. end
  16. function eventPlayerDied(n)tfm.exec.respawnPlayer(n)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement