AL-SAYED Posted October 28, 2012 Share Posted October 28, 2012 سلام من وين احصل الحركات مثل الرقص المشي حركات المشي Link to comment
Sora Posted October 28, 2012 Share Posted October 28, 2012 https://wiki.multitheftauto.com/wiki/Animations Link to comment
AL-SAYED Posted October 28, 2012 Author Share Posted October 28, 2012 ممكن الكود الا في الويكي ما اشتغل Link to comment
AL-SAYED Posted October 28, 2012 Author Share Posted October 28, 2012 uppppp تابل عناد اي مبرمج يساعدني Link to comment
AL-SAYED Posted October 28, 2012 Author Share Posted October 28, 2012 خذيته من الوكي وما اشتغل Link to comment
AL-SAYED Posted October 28, 2012 Author Share Posted October 28, 2012 شنو استخدم في الكود؟ Link to comment
Sora Posted October 28, 2012 Share Posted October 28, 2012 استخدم setPedAnimation واختر الـ Animation من هنا https://wiki.multitheftauto.com/wiki/Animations Link to comment
|Mr|-Talal07-| Posted October 28, 2012 Share Posted October 28, 2012 روح اختار حركه من الفري روم و تلاقي اسمها في الويكي Link to comment
AL-SAYED Posted October 29, 2012 Author Share Posted October 29, 2012 server side function DAM_JUMP (source) daBlockz = getElementData(root,"blockz") daAnimz = getElementData(root,"animz") if daBlockz == "DAM_JUMP" and daAnimz == "DAM_Dive_Loop" then setPedAnimation(source,false) else setPedAnimation ( source, "DAM_JUMP", "DAM_Dive_Loop") end end addCommandHandler("d",DAM_JUMP) cilent side addEventHandler("onClientPreRender",root, function () daBlock, daAnim = getPedAnimation(getLocalPlayer()) setElementData(root,"blockz",daBlock) setElementData(root,"animz",daAnim) end ) اذا اسوي الكوماند يصير لكن اذا اضغطه مرة ثانية ما يوقف يطل على ايده واقف 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