[DONE]* Posted March 31, 2015 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] ) ملاحظه: انا طلبت هذه الشرح قبل ولاكن ماحد رد وشكرآ
[DONE]* Posted April 1, 2015 Author 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] )
yazan Posted April 1, 2015 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")سيرفر و قول وش بتعمل من اجل احد يسعدك لو بتعمل شي براسك سبحان الله ---------------------------------- LUA 56%
[DONE]* Posted April 1, 2015 Author Posted April 1, 2015 انا ابي بيد , يسوي حركه معينه من اختياري لوقت محدد
jafar Posted April 2, 2015 Posted April 2, 2015 استخدم أرقمنت time مثال ( راح يسوي الانميشن في خمس ثواني ويوقف )ء setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 );
yazan Posted April 2, 2015 Posted April 2, 2015 و تقدر كذا ss = setPedAnimation( ped2, "GANGS", "prtial_gngtlkF") setTimer ( function() setPedAnimation(ped2,false) end, 3000, 1 ) سبحان الله ---------------------------------- LUA 56%
[DONE]* Posted April 2, 2015 Author Posted April 2, 2015 استخدم أرقمنت timeمثال ( راح يسوي الانميشن في خمس ثواني ويوقف )ء setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ); setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ) ليه حاط اثنين بيد؟ ( ped, "ped" وهنا؟ , _, _, 5000 )
ALw7sH Posted April 2, 2015 Posted April 2, 2015 بيد الاولى تستبدلها باللاعب او البيد الي تبيه يسوي الانميشن بيد الثانيه ذي اسم البلوك الي داخله الانميشن المستعمل
[DONE]* Posted April 2, 2015 Author Posted April 2, 2015 بيد الاولى تستبدلها باللاعب او البيد الي تبيه يسوي الانميشن بيد الثانيه ذي اسم البلوك الي داخله الانميشن المستعمل وش هو البلوك ذا الي يكون داخل الألنيميشن
yazan Posted April 2, 2015 Posted April 2, 2015 روح الويكي شوف جدول الحركات بيجي اسم الحركه و لها مثل عنوان وي الفري روم بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي سبحان الله ---------------------------------- LUA 56%
[DONE]* Posted April 2, 2015 Author Posted April 2, 2015 روح الويكي شوف جدول الحركات بيجي اسم الحركه و لها مثل عنوان وي الفري روم بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي شكرآ لكــ
yazan Posted April 2, 2015 Posted April 2, 2015 العفو # سبحان الله ---------------------------------- LUA 56%
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