Jump to content

طلب


Recommended Posts

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

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