+Source|> Posted May 25, 2017 Author Share Posted May 25, 2017 Just now, #_iMr.[E]coo said: سطر 13 غير 1 إلى 0 لو هي صفر الاوبجكت يروح ويختفي 1 يروح ويثبت Link to comment
+Source|> Posted May 25, 2017 Author Share Posted May 25, 2017 1 hour ago, A7MEDENO said: هل من مساهدة؟؟ شكل محد عرف صح Link to comment
AHMED MOSTAFA Posted May 25, 2017 Share Posted May 25, 2017 12 hours ago, A7MEDENO said: اوك هذا المثال move = 1 object = createObject ( 2643,2477.1999511719,-1666.5,12.5,270,0,0 ) setTimer ( function () if move == 1 then move = 2 moveObject ( object,2000,2492.8999023438,-1666.1999511719,12.5 ) elseif move == 2 then move = 1 moveObject ( object,2000,2643,2477.1999511719,-1666.5,12.5 ) end end, 500, 1 ) هذا بالظبط والاوبجكت يصل للاخر ويوقف اولاً في التايمر رقم 1 بدلها ب 0 وهل انت مسوي الاوبجكت في عالم وهمي ؟؟ اذا لا جرب هذا move = 1 x, y, z = 0, 0, 14 x2, y2, z2 = 0, 0, 24 object = createObject ( 2643, x, y, z, 270, 0, 0 ) setTimer ( function () if move == 1 then move = 2 moveObject ( object,2000, x, y, z ) elseif move == 2 then move = 1 moveObject ( object,2000, x2, y2, z2 ) end end, 15000, 0 ) -- x, y, z احدثيات الاوبجكت في المكان الاول -- x2, y2, z2 احداثيات الاوبجكت في المكان الثاني 9 hours ago, A7MEDENO said: شكل محد عرف صح المشكلة فيك انت . . . انت ضايف ارجمنتات غريبة 11 hours ago, A7MEDENO said: هل من مساهدة؟؟ الرقم 0 يعني نوع التايمر واللي هو عدد لا نهائي من الاوقات الثابتة Link to comment
+Source|> Posted May 25, 2017 Author Share Posted May 25, 2017 3 hours ago, Killer Project said: اولاً في التايمر رقم 1 بدلها ب 0 وهل انت مسوي الاوبجكت في عالم وهمي ؟؟ اذا لا جرب هذا move = 1 x, y, z = 0, 0, 14 x2, y2, z2 = 0, 0, 24 object = createObject ( 2643, x, y, z, 270, 0, 0 ) setTimer ( function () if move == 1 then move = 2 moveObject ( object,2000, x, y, z ) elseif move == 2 then move = 1 moveObject ( object,2000, x2, y2, z2 ) end end, 15000, 0 ) -- x, y, z احدثيات الاوبجكت في المكان الاول -- x2, y2, z2 احداثيات الاوبجكت في المكان الثاني المشكلة فيك انت . . . انت ضايف ارجمنتات غريبة الرقم 0 يعني نوع التايمر واللي هو عدد لا نهائي من الاوقات الثابتة شكرا لك ظبط 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