roz=0 tfm.exec.disableAutoShaman(true) tfm.exec.disableAfkDeath(true) tfm.exec.disableAutoNewGame(true) tfm.exec.newGame('@5585267') tfm.exec.setUIMapName("Black Magick coming back bitchys!") tfm.exec.setUIShamanName("") tfm.exec.setShaman("Azizhamood") ui.addTextArea(66,"Czary",nil,135,25,0,0,0x1c3c41,0x1c3c41,ffffff,100) ui.addTextArea(666,"" ..roz .." rozdymek.",nil,50,25,0,0,0x1c3c41,0x1c3c41,ffffff,100) function eventNewPlayer(nick) tfm.exec.respawnPlayer(nick) end function eventPlayerWon(nick) tfm.exec.respawnPlayer(nick) end function eventChatCommand(nick,kmnd) if kmnd == "Wojnalik" then tfm.exec.killPlayer("Wojnalik") elseif kmnd == "Omoroz" then tfm.exec.killPlayer("Omoroz") elseif kmnd == "Azizhamood" then tfm.exec.setUIShamanName("Azizhamood") end end function eventTextAreaCallback(id,nick,cb) if cb=="czary" then ui.addTextArea(0,"\n

X

\n

",nick,160,10,500,400,0x1c3c41,0x1c3c41,ffffff,100) elseif cb=="kon" then tfm.exec.addShamanObject(40,100,100) elseif cb=="x" then ui.removeTextArea(0,nick) elseif cb=="gw" then tfm.exec.addShamanObject(65,100,100) roz=roz+1 ui.addTextArea(666,"" ..roz .." rozdymek.",nick,50,25,0,0,0x1c3c41,0x1c3c41,ffffff,100) end end for nick in pairs(tfm.get.room.playerList) do system.bindMouse("Azizhamood",true) end function eventMouse(nick,x,y) tfm.exec.addShamanObject(65,x,y) end