karzkani Posted January 24, 2013 Share Posted January 24, 2013 سلآم عليكم ممكن تصححوا لي هالكود ped1 = createPed(7, 1455.8009033203, -2242.8137207031, 13.3828125) setPedRotation(ped1, 315) SetTimer(setPedAnimation,500,1,ped1, "bar","Barserve_bottle") هاذا الكود الي يسوي حركـة للشخصية ليش ما يشتغل ؟؟ Link to comment
AhmadQTR Posted January 24, 2013 Share Posted January 24, 2013 ped1 = createPed(7, 1455.8009033203, -2242.8137207031, 13.3828125) function pedCreate () setPedRotation(ped1, 315) setTimer ( function() setPedAnimation (ped1, "bar","Barserve_bottle") end, 500, 1 ) end pedCreate() 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