هلاو شباب
(سيكربت جديد؟ يب سيكربت تدريب لسورفاير (سيفور
خلونا نشوف الصوره XD
اتمنى يعجبكم السيكربت هو مره عادي وكمان رح تقدرون تتسلون انتو وصحابكم او تتدربون مع بعض
(سيكربت جديد؟ يب سيكربت تدريب لسورفاير (سيفور
خلونا نشوف الصوره XD
Code:
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.newGame("@309092")
tfm.exec.setGameTime(0)
tfm.exec.disableAutoScore(true)
players = {}
maps = {"@2643833","@5292245", "@5292344"}
bool=false
countdown = 0
playersAlive=0
count = 0
function eventLoop(time, remaining)
count = count + 1
if not bool and time >= 3000 then
tfm.exec.addShamanObject(17, 840, math.random()*350, 270)
tfm.exec.addShamanObject(17, 840, math.random()*350, 225)
if count > 10 then
--tfm.exec.addShamanObject(4, 810, 0, 90)
tfm.exec.addShamanObject(17, -10, 200, 180)
count = 0
end
elseif bool then
countdown = countdown + 1
if countdown > 10 then
tfm.exec.newGame("@309092")
bool = false
countdown = 0
end
end
end
function eventPlayerDied(name)
playersAlive=playersAlive-1
if playersAlive == 1 then
bool = true
finish()
end
end
function eventNewPlayer(name)
players[name] = {
score = 0
}
end
function eventNewGame()
tfm.exec.setUIMapName("<BLACK> تدريب سورفايفر :D - من صنع سلينا")
playersAlive=0
for n,p in pairs(tfm.get.room.playerList) do
playersAlive=playersAlive+1
end
end
function finish ()
for name, player in pairs(tfm.get.room.playerList) do
if not player.isDead then
players[name].score = players[name].score + 1
ui.addTextArea(1, "<ROSE><p align='center'><font size='14'><b>".. name.. "<N> has won with a score of " .. players[name].score, nil , 200, 30, 400, 23)
end
end
tfm.exec.setGameTime(5)
end
for name, player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
function eventPlayerLeft(playerName)
print(playerName.." left the room :(")
end
function eventNewPlayer(playerName)
print(playerName.." joined the room!")
end
هل يمكن ان نصل ل 20 لايك في هاذ الموضوع ؟
هل تريد ان اضع سيكربت اخر؟
اذا اخبرني في كومنت اذ لدي الكثير من سيكربتات الجميله والرائعه واحب ان اشاركها معك





