Jump to content

extrahealth


Recommended Posts

Hi forum people.

i was mading this, and my boss dont spawn

i dont know where is the errors.

debugscript dont show errors

function crearBoss() 
local x,y,z = getElementPosition( source ) 
BOSS = createZombie ( x , y , z, 0, 30, 0, 0 ) 
exports["extrahealth"]:setElementExtraHealth(BOSS, 9999) 
end 
addEventHandler ( "onZombieSpawn", resourceRoot, crearBoss ) 
  
setTimer(crearBoss,600000,0) 

the extrahealth is running, and this is a serverside

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...