ali no segundos so você por 105 seg
local newpos = {x=125,y=47,z=7} -- local para onde o player será teleportado
local config = {
s = 11548, -- n mexa
exhau = 30 -- quantos segundos
}
function onStepIn(cid, item, position, fromPosition)
if (getPlayerStorageValue(cid, config.s) <= os.time()) then
setPlayerStorageValue(cid,config.s,os.time()+config.exhau)
addEvent(function()
doTeleportThing(cid, newpos)
doSendMagicEffect(newpos, 10)
end, time*60*1000)
return true
end
end





info
Grupo: Banidos
Registrado: 21/07/12
Posts: 65
Reputação: +1
Tem como botar o tempo 3 minutos e 15 segundos?
Script by : Leoxtibia
Editado Setembro 10 por MonsterOt