Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. tfm.exec.setShaman("Xxonlylovexx")
  2.  
  3. function eventSummoningStart(n, id, x, y, a)
  4. tfm.exec.addShamanObject(id, x, y, a, 0, 0, false)
  5. end
  6.  
  7. t=0
  8. function eventLoop(currentTime,timeRemaining)
  9. t=t+1
  10. if t==30 then
  11. tfm.exec.disableAutoShaman(true)
  12. tfm.exec.disableAutoNewGame(true)
  13. tfm.exec.disableAutoTimeLeft(true)
  14. tfm.exec.newGame(7208841)
  15. ui.addTextArea(1, "\n\n\n\n<font size='12'><p aligh='center'>تم حظر عضويتك لمدة : 360 ساعة للاسباب التالية : ", nil, 295, 220, 230, 150, 0x2e414b, 0x2e414b, 1, true)
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement