Jump to content

استفسآآر


Recommended Posts

السلام عليكم و رحمة الله و بركاته

اتمنى من اي احد يشرح لي ال

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

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
استخدم أرقمنت time

مثال ( راح يسوي الانميشن في خمس ثواني ويوقف )ء

setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ); 

  
setPedAnimation ( ped, "ped", "WOMAN_walknorm", _, _, 5000 ) 

ليه حاط اثنين بيد؟

( ped, "ped"

وهنا؟

, _, _, 5000 ) 

Link to comment
بيد الاولى تستبدلها باللاعب او البيد الي تبيه يسوي الانميشن بيد الثانيه ذي اسم البلوك الي داخله الانميشن المستعمل

وش هو البلوك ذا الي يكون داخل الألنيميشن

Link to comment

روح الويكي شوف جدول الحركات

بيجي اسم الحركه و لها مثل عنوان

وي الفري روم

بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي

Link to comment
روح الويكي شوف جدول الحركات

بيجي اسم الحركه و لها مثل عنوان

وي الفري روم

بتروح مثلن للحركات بتلقي بالقريد اسماء يوم تكبس عليه بيطلع الحركه هذي نفس شي

شكرآ لكــ

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...