[DONE]* Posted March 31, 2015 Share Posted March 31, 2015 السلام عليكم و رحمة الله و بركاته اتمنى من اي احد يشرح لي ال Optional Arguments setPedAnimationلهذه الفنكشنــــــ setPedAnimation ( ped thePed [, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) ملاحظه: انا طلبت هذه الشرح قبل ولاكن ماحد رد وشكرآ Link to comment
[DONE]* Posted April 1, 2015 Author Share Posted April 1, 2015 ولا واحد رددددددددددد ؟؟ خخخخخ Optional Arguments = [, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) Link to comment
#MFGR7OM Posted April 1, 2015 Share Posted April 1, 2015 بضنه اعدادات البيد او كذا شي Link to comment
yazan Posted April 1, 2015 Share Posted April 1, 2015 block للحركات يلي بتعمل لها بلوك anim اسم الحركه time متى تبلش الحركه ------------------- باقي ذول مدري وش loop: indicates whether or not the animation will loop. updatePosition: will change the actual coordinates of the ped according to the animation. Use this for e.g. walking animations. interruptable: if set to 'false' other tasks wont be able to interupt the animation. Setting this to 'false' also gives this function more power to override other animations that are running. For example, squatting after a jump can be terminated. freezeLastFrame: ... (From 1.1 onwards). مع العلم يلي داخل الاقواس [] لو ما تستخدمه عادي و هذه مثال الويكي setPedAnimation( ped1, "ped", "WOMAN_walknorm")سيرفر و قول وش بتعمل من اجل احد يسعدك لو بتعمل شي براسك Link to comment
[DONE]* Posted April 1, 2015 Author Share Posted April 1, 2015 انا ابي بيد , يسوي حركه معينه من اختياري لوقت محدد Link to comment
jafar Posted April 2, 2015 Share Posted April 2, 2015 استخدم أرقمنت time مثال ( راح يسوي الانميشن في خمس ثواني ويوقف )ء setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ); Link to comment
yazan Posted April 2, 2015 Share Posted April 2, 2015 و تقدر كذا ss = setPedAnimation( ped2, "GANGS", "prtial_gngtlkF") setTimer ( function() setPedAnimation(ped2,false) end, 3000, 1 ) Link to comment
[DONE]* Posted April 2, 2015 Author Share Posted April 2, 2015 استخدم أرقمنت timeمثال ( راح يسوي الانميشن في خمس ثواني ويوقف )ء setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ); setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ) ليه حاط اثنين بيد؟ ( ped, "ped" وهنا؟ , _, _, 5000 ) Link to comment
ALw7sH Posted April 2, 2015 Share Posted April 2, 2015 بيد الاولى تستبدلها باللاعب او البيد الي تبيه يسوي الانميشن بيد الثانيه ذي اسم البلوك الي داخله الانميشن المستعمل Link to comment
[DONE]* Posted April 2, 2015 Author Share Posted April 2, 2015 بيد الاولى تستبدلها باللاعب او البيد الي تبيه يسوي الانميشن بيد الثانيه ذي اسم البلوك الي داخله الانميشن المستعمل وش هو البلوك ذا الي يكون داخل الألنيميشن Link to comment
yazan Posted April 2, 2015 Share Posted April 2, 2015 روح الويكي شوف جدول الحركات بيجي اسم الحركه و لها مثل عنوان وي الفري روم بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي Link to comment
[DONE]* Posted April 2, 2015 Author Share Posted April 2, 2015 روح الويكي شوف جدول الحركات بيجي اسم الحركه و لها مثل عنوان وي الفري روم بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي شكرآ لكــ 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