local temporizador = getTickCount()
local tempo = 5000 --Selecione aqui o intervalo em milisegundos
function EscolherAssassino()
if temporizador + tempo <= getTickCount() then
local randomPlayer = getRandomPlayer ( )
temporizador = getTickCount()
setElementPosition(randomPlayer, -2405.6630859375, -2171.0009765625, 33.2890625)
setTimer( function(escolhidoassassino)
temporizador = false
end, 45000, 1)
else
outputChatBox ( "#B22222[#B22222ERROR#B22222] O Assassino já foi escolhido! ", source, 100,255,100,true )
end
end
addEventHandler("onMarkerHit", mrk, EscolherAssassino)
Veja se funciona, qualquer dúvida fique a vontade pra perguntar