Jump to content

Ped Fire at you?


Recommended Posts

Posted (edited)

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
Posted

i think you should

1 give weapon

2 get ped position

3 get "target" position,

4 do magic-math, and set rotation so ped will be facing at target

5 then set aim target

6 and make it shoot

im not sure, i didnt scripted weapons yet :)

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...