سكربت الطيران في ترانسفورمايس

13 July 2015

Views: 980

---صنع بواسطة سكوكون---رجاء لاتمسح الحقوقfunction eventNewPlayer(Skokon) tfm.exec.bindKeyboard(Skokon,32,true,true)end for Netwise,player in pairs(tfm.get.room.playerList)doeventNewPlayer(Netwise)endfunction eventKeyboard(playerName,key,down,x,y) if key==32 then tfm.exec.movePlayer(playerName,0,0,true,0,-50,false)endend

Share