AL-SAYED Posted October 28, 2012 Posted October 28, 2012 سلام من وين احصل الحركات مثل الرقص المشي حركات المشي
Sora Posted October 28, 2012 Posted October 28, 2012 https://wiki.multitheftauto.com/wiki/Animations [REL] Resource Starter System v1.3 [REL] Give Permissions Panel v1.4 [REL] Meta Creator 1.1 ( In-game MetaCreator ) [REL] ACL Permission Manager 1.0 [REL] Accounts Security Manager 1.1 Name(s) in-game : old |S.s|SoRa, current : *Sora
Sora Posted October 28, 2012 Posted October 28, 2012 استخدم setPedAnimation واختر الـ Animation من هنا https://wiki.multitheftauto.com/wiki/Animations [REL] Resource Starter System v1.3 [REL] Give Permissions Panel v1.4 [REL] Meta Creator 1.1 ( In-game MetaCreator ) [REL] ACL Permission Manager 1.0 [REL] Accounts Security Manager 1.1 Name(s) in-game : old |S.s|SoRa, current : *Sora
|Mr|-Talal07-| Posted October 28, 2012 Posted October 28, 2012 روح اختار حركه من الفري روم و تلاقي اسمها في الويكي Retired.
AL-SAYED Posted October 29, 2012 Author 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 ) اذا اسوي الكوماند يصير لكن اذا اضغطه مرة ثانية ما يوقف يطل على ايده واقف
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