Jump to content

Zombie con fuego


NodZen

Recommended Posts

Hola amigos , quiero que me digan si este script funciona para crear fuego en el ID del ped especificado.... Es que no puedo probarlo por ahora. Diganme si funciona

addEvent ( "onZombieCreated", true ) 
addEventHandler ( "onZombieCreated", root, 
    function ( ) 
        if  ( getElementModel ( source ) == 68 ) then 
            setPedOnFire ( source, true ) 
            setTimer ( 
                function ( thePed ) 
                    if ( thePed and isElement ( thePed ) ) then 
                        setPedOnFire ( thePed, true ) 
                    end 
                end 
                ,1000, 0, source 
            ) 
        end 
    end 
) 

8)8)8)

Link to comment
  • Recently Browsing   0 members

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