Faycel... Posted August 15, 2020 Share Posted August 15, 2020 السلام عليكم المشكلة انو وقت احط ذا كود في ملف Server و اشغله في سيرفر يضل حوالي 5 او 6 دقايق بعدين يجي لاق مدري بنق او فبس تجي Network Trouble بعدين يطفي السيرفر تلقائي مافهمت المشكلة في ذا كود addEventHandler("onResourceStart", root, function() startX, startY, startZ = 3344, -664.40002441406, 11.300000190735 endX, endY, endZ = 3344, -664.40002441406, 1.2999999523163 rotX, rotY, rotZ = 0, 0, 90 OB = createObject(2669, startX, startY, startZ, rotX, rotY, rotZ) Speed = 10000 MoveSE("End") end ) function MoveSE(Object) if Object == "End" then moveObject(OB, Speed, endX, endY, endZ) setTimer(function() MoveSE("Start") end,15000,0) elseif Object == "Start" then moveObject(OB, Speed, startX, startY, startZ) setTimer(function() MoveSE("End") end,15000,0) end end Link to comment
TAPL Posted August 15, 2020 Share Posted August 15, 2020 عدل على التايمر خليه يتكرر مره واحده فقط وليس غير محدود، يعني غير 0 إلى 1 resourceRoot إلى root غير onResourceStart وفي 1 Link to comment
Faycel... Posted August 15, 2020 Author Share Posted August 15, 2020 (edited) يعطيك العافية يا غالي بجرب و اشوف Edited August 15, 2020 by Faycel... فهمت 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