Jump to content

استفسآآر


Recommended Posts

Posted

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

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

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] ) 

ملاحظه: انا طلبت هذه الشرح قبل ولاكن ماحد رد :(

وشكرآ

Posted

ولا واحد رددددددددددد ؟؟ خخخخخ :o

Optional Arguments =

[, string block=nil, string anim=nil, int time=-1, bool loop=true, bool updatePosition=true, bool interruptable=true, bool freezeLastFrame = true] ) 

Posted

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%

Posted

استخدم أرقمنت time

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

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

560x95_FFFFFF_FF9900_000000_000000.png

Posted

و تقدر كذا

ss = setPedAnimation( ped2, "GANGS", "prtial_gngtlkF") 
  
setTimer ( function() 
setPedAnimation(ped2,false) 
end, 3000, 1 ) 

سبحان الله

----------------------------------

LUA 56%

Posted
استخدم أرقمنت time

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

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

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

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

( ped, "ped"

وهنا؟

, _, _, 5000 ) 

Posted

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

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

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

Posted

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

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

وي الفري روم

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

سبحان الله

----------------------------------

LUA 56%

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

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

وي الفري روم

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

شكرآ لكــ

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...