Sfa7 Posted January 26, 2013 Share Posted January 26, 2013 (edited) تمت الافاده Edited January 27, 2013 by Guest Link to comment
кιηg-αвα∂у Posted January 26, 2013 Share Posted January 26, 2013 theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 ) function MoveUP ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 ) setTimer ( MoveDown, 20000, 1 ) --- الوقت لحدوث الوضيفة 20 ثانية --- عدد مرات تكرر الوضيفة 1 يعني لما تفتح البوابة تسكر مره واحده فقط end setTimer ( MoveUP, 20000, 0 ) function MoveDown ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) end Link to comment
===|OSAMA|=== Posted January 26, 2013 Share Posted January 26, 2013 theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 ) function MoveUP ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 ) setTimer ( MoveDown, 20000, 1 ) --- الوقت لحدوث الوضيفة 20 ثانية --- عدد مرات تكرر الوضيفة 1 يعني لما تفتح البوابة تسكر مره واحده فقط end setTimer ( MoveUP, 20000, 0 ) function MoveDown ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) end ^ Wrong ! ======== -- Client Side Or Server Side ! theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 ) function MoveUP ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 ) setTimer ( MoveDown, 10000, 1 ) end setTimer ( MoveUP, 10000, 0 ) function MoveDown ( ) moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) setTimer ( MoveUP, 10000, 1 ) end Link to comment
Sfa7 Posted January 26, 2013 Author Share Posted January 26, 2013 تسسلم ي اسامه يعطيك الف الف الف عااافيه Thnks وربي ذييب 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