Jump to content

Variables


Plate

Recommended Posts

Se puede hacer para cuando un bot muera?

zombiesMatados = 0 
function restartear ( ) 
    if ( isElementWithinColShape ( source, colshape ) ) then 
onZomieWasted = 0 
   end 
end 
addEventHandler( "onBotWasted",getRootElement(),restartear ) 

Link to comment

Queres decir esto:

zombiesMatados = 0 
  
function restartear ( ) 
    if ( isElementWithinColShape ( source, colshape ) ) then 
        zombiesMatados = 0 
   end 
end 
addEvent ( "onBotWasted", true ) 
addEventHandler ( "onBotWasted",getRootElement(), restartear ) 

Link to comment
  • Recently Browsing   0 members

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