local TiempoPr = 0
function Piromano ( )
if ( getTickCount ( ) - TiempoPr == 5000 ) then
Piro = exports [ "slothBot" ]:spawnBot ( 1203.3740234375, -2153.943359375, 62.104778289795, 90, math.random ( 300, 303 ), 0, 0, Piro, 37, "guarding", true )
exports.extra_health:setElementExtraHealth ( Piro, 1500 )
setElementModel ( Piro, 162 )
setElementAlpha ( Piro, 50)
outputChatBox("EL PIROMANO A APARECIDO!",source,255,0,0,true)
TiempoPr = getTickCount ( )
else
outputChatBox("A Aparecido Un Boss Recientemente Debes Esperar 5 Segundos Para Un Respawn",source,255,0,0,true)
end
end
addCommandHandler ( "aparecerpiromano", Piromano )