Hola a todos vengo a preguntar a alguien si sabe la solucion del extra_health ya que le puse 10k de vida y tengo el slothbot y extra_healt pero lo matas como si fuera un usuario normal aca el script
local TimeBoss = 0
local MoneayWea = {300000,500000}
function Boss()
if ( getTickCount ( ) - TimeBoss > 600000 ) then
Jeff = exports [ "slothBot" ]:spawnBot ( 2484.7209472656, -1665.7005615234, 13.34375, 90,312, 0, 0, Picopoto, 38, "guarding", true )
exports.extra_health:setElementExtraHealth ( Jeff, 10000 )
outputChatBox ("JEFF A APARECIDO!!",source,255,0,0,true)
TimeBoss = getTickCount ( )
else
outputChatBox("A Aparecido Un Boss Recientemente Debes Esperar 10 minutos Para Un Respawn",source,255,0,0,true)
end
end
addCommandHandler ( "Jeff", Boss)
function money ( theKiller )
if ( source == Jeff ) then
givePlayerMoney ( theKiller, MoneayWea[math.random(#MoneayWea)])
giveWeapon ( theKiller, 38, 5000 )
outputChatBox ( getPlayerName ( theKiller ) .. " HA MATADO A JEFF!!",getRootElement(),255, 0, 0, true )
end
end
addEvent ( "onBotWasted", true )
addEventHandler ( "onBotWasted", getRootElement(), money )
function kill ()
for i,peds in pairs (getElementsByType("ped")) do
destroyElement(peds)
end
end
addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), kill )
si alguien sabe la solucion de la vida porfavor poner en este tema o en privado gracias