capitanazop Posted December 6, 2008 Share Posted December 6, 2008 hi i have a question about the peds. 1:is possible give weapons to peds? how?. 2:is posible to make peds follow a player how? 3:is posible to make peds target a player and shot? how? 4:is posible to make peds him can copy yours movements? how? i dont wanna a codes only needs the functions bye and sorry for my english Link to comment
ADM_supervoltage Posted December 6, 2008 Share Posted December 6, 2008 Which game? MTA or GTA? Link to comment
DoKtoR Posted December 6, 2008 Share Posted December 6, 2008 1,2,4 - YES Ad1: Server side local x, y, z = getElementPosition(source) local lolz = math.random( 22, 138 ) --//-- skin ID ped = createPed( lolz, x +1, y, z +1) setTimer( giveWeapon,1000,1, ped, 31, 100, true ) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now