Jump to content

Ped Fire at you?


Recommended Posts

I am trying to edit the zombie resource so that if they have a non-melee weapon, they will aim, and fire at the player they are near, here is the punch function that makes them punch:

--MAKES A ZOMBIE PUNCH
addEvent( "Zomb_Punch", true )
function Zpunch ( ped )
if (isElement(ped)) then
setPedControlState( ped, "fire", true )
setTimer ( function (ped) if ( isElement ( ped ) ) then setPedControlState ( ped, "fire", false) end end, 800, 1, ped )
end
end
addEventHandler( "Zomb_Punch", getRootElement(), Zpunch )

How do i edit this so that they aim and fire at you?

Edited by Guest
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...