baba Posted February 22, 2015 Share Posted February 22, 2015 سلام عليكم شباب انا ابي كود بوابه تفتح بكلمه اكتبها مثلن اذا كتبت في F8 baba البوابه تفتح واذا كتبتها مره ثانيه البوابه ترجع مكانها الاول ارجو التوضيح Link to comment
TAPL Posted February 22, 2015 Share Posted February 22, 2015 createObject addCommandHandler moveObject تسوي متغير و العكس true يفتح البوابة ويحط المتغير false لما تكتب الكلمة يتحقق ان كان المتغير Link to comment
nxFairlywell Posted February 22, 2015 Share Posted February 22, 2015 local object = createObject( id, x, y, z, rotationX, rotationY, rotationZ ) -- ضع الاحداثيات لانشاء اوبجكت ورقم البوابة function move ( player, cmd ) if cmd and getElementData(player, "isMove") == false then setElementData( player, "isMove", true ) moveObject( object, time, x, y, z ) -- x = بعد التحريك x احداثيات -- y = بعد التحريك y احداثيات -- z = بعد التحريك z احداثيات -- time = سرعة التحريك else return setElementData( player, "isMove", false ) end end addCommandHandler("baba", move) جرب سيرفر .. Link to comment
Professional Posted February 22, 2015 Share Posted February 22, 2015 وعليكم السلام لا حاجه لهذه rotationX rotationY rotationZ فقط يحط الاي دي 980 رقم البوايه ولاحداثيات كذا هم يعرفون Link to comment
nxFairlywell Posted February 22, 2015 Share Posted February 22, 2015 الله يشفيك هذي اختياريه للروتيشن ، دوران الاوبجكت Link to comment
Professional Posted February 22, 2015 Share Posted February 22, 2015 يب يب ما راح يدورها هو يبي الاوبجكت يطلع وينزل ما يبي يدوره Link to comment
EH10 Posted February 23, 2015 Share Posted February 23, 2015 يب يب ما راح يدورها هو يبي الاوبجكت يطلع وينزل ما يبي يدوره يمكن دوران البوابة ماهي صح كيف يبي يصححها تستهبل Link to comment
iMr.TZ[W]ER Posted February 23, 2015 Share Posted February 23, 2015 يب يب ما راح يدورها هو يبي الاوبجكت يطلع وينزل ما يبي يدوره اعمل نفسك ميت 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