Advertisement
Unlocker001_TFM

[سكربت] الدب الماسوني

Aug 16th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. --[[
  2. Unlocker001 : برمجة
  3. Unlocker001 : التزيين
  4. Unlocker001 : الخريطة
  5. Tigrounette : الخريطة مُقتبسة من
  6. ]]
  7. tfm.exec.disableAutoNewGame(true)
  8. tfm.exec.disableAutoShaman(true)
  9. system.disableChatCommandDisplay('m',true)
  10. Bot="Unlocker001"-- أدخل هنا إسمك لتستطيع جعل الدب يتكلم
  11. function randomPlayers()
  12. local players={}
  13. for name in pairs (tfm.get.room.playerList) do
  14. table.insert(players,name)
  15. end
  16. return players[math.random(#players)]
  17. end
  18. function eventNewPlayer(name)
  19. tfm.exec.killPlayer(name)
  20. end
  21. BotName="الدب الماسوني"
  22. ui.addTextArea(1,"<font size='25' color='#382300'>Δ",nil,597,260,20,30,nil,nil,0,true)
  23. ui.addTextArea(2,"<font size='25' color='#382300'>▽",nil,576,295,27,30,nil,nil,0,true)
  24. ui.addTextArea(3,"<font size='25' color='#382300'>Δ",nil,581,291,20,30,nil,nil,0,true)
  25. ui.addTextArea(4,"<font size='30' color='#382300'>○",nil,574,289,35,50,nil,nil,0,true)
  26.  
  27. function eventChatCommand(name,command)
  28. if command:sub(0,1) == "m" and name == Bot then
  29. canme=true
  30. m="<font color='#382300'><p align='right'> : "..BotName.."</font><font color='#ffffff'>\n"..(command:sub(3).."</font>")
  31. end
  32. end
  33.  
  34. function eventLoop(currentTime,timeRemaining)
  35. if canme then
  36. ui.addTextArea(5,m,nil,517,203,180,50,0x000001,0x000001,0.9,true)
  37. end
  38. end
  39.  
  40. function randomPlayers()
  41. local players={}
  42. for name in pairs (tfm.get.room.playerList) do
  43. table.insert(players,name)
  44. end
  45. return players[math.random(#players)]
  46. end
  47. Boe=randomPlayers()
  48. for name,player in pairs(tfm.get.room.playerList) do
  49. tfm.exec.killPlayer(name)
  50. tfm.exec.respawnPlayer(Boe)
  51. end
  52. tfm.exec.newGame(7213701)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement