0 Üye ve 1 Ziyaretçi konuyu incelemekte.
resetly = getPlayerName(source)local oldurmeler = {}local mesajlar = { [3] = function() msg(resetly.." 3 Kişi Öldürdü",root,255,0,0,true) end, } addEventHandler("onPlayerWasted",root,function(_,olduren) if isElement(olduren) and getElementType(olduren) == "player" then if olduren ~= source then local sayi = oldurmeler[olduren] or 0 oldurmeler[olduren] = sayi +1 oldurmeler[source] = 0 if mesajlar[sayi] then mesajlar[sayi](olduren) end end endend) addEventHandler("onPlayerQuit", root, function() if oldurmeler[source] then oldurmeler[source] = nil end end)
HAHAHHAAHAAHA
Kod: luaresetly = getPlayerName(source)local oldurmeler = {}local mesajlar = { [3] = function() msg(resetly.." 3 Kişi Öldürdü",root,255,0,0,true) end, } addEventHandler("onPlayerWasted",root,function(_,olduren) if isElement(olduren) and getElementType(olduren) == "player" then if olduren ~= source then local sayi = oldurmeler[olduren] or 0 oldurmeler[olduren] = sayi +1 oldurmeler[source] = 0 if mesajlar[sayi] then mesajlar[sayi](olduren) end end endend) addEventHandler("onPlayerQuit", root, function() if oldurmeler[source] then oldurmeler[source] = nil end end)Kodu farklı bir konudan alıp isteğine uyarladım, denemedim. Denedikten sonra sonucu bildirirsen sevinirim.
Çalışmadı ama script Sağolsun By.Secret attı bana scripti