Jump to content

Freezing ped


Hale

Recommended Posts

try this - (Remove the setElementFrozen)
  
  
local x,y,z = -- PUT PEDS X,Y,Z cords here 
  
function setItsLocation() 
    setElementLocation(ped,x,y,z) 
end 
  
setTimer ( setItsLocation, 50, 1 ) 

Ever 50 milsecounds it sets the peds locations

do you mean

setElementPosition  

or thats normal?

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