w7sH Posted April 25, 2017 Share Posted April 25, 2017 السلام عليكم ابي كود اذا سيارة فالعالم وماركبها صاحبها لمدة 5 دقايق تنسحب يعني كانت متروكه ^ + اذا طلع من سيرفر وسيارته موجود تنسحب تلقائي Link to comment
#Soking Posted April 25, 2017 Share Posted April 25, 2017 onPlayerQuit setTimer destoryElement Link to comment
' A F . Posted April 25, 2017 Share Posted April 25, 2017 سوي تايمر وجيب كل السيارات وتحقق ان مافيه احد يسوقها واسحبها Link to comment
Adham Posted April 25, 2017 Share Posted April 25, 2017 يقول لك , سوي setTimer و اعتقد تسوي لوب علي جميع السيارات وتحقق من السيارات اذا م كان احد يسوقها و تسحب السيارات Link to comment
w7sH Posted April 25, 2017 Author Share Posted April 25, 2017 ممكن مساعدة في هالكود لكن خبرتي فالتايمرات ماهي قوية Link to comment
' A F . Posted April 25, 2017 Share Posted April 25, 2017 setTimer getElementsByType getVehicleController destroyElement حأول ونساعدك إن شاء الله Link to comment
AHMED MOSTAFA Posted April 25, 2017 Share Posted April 25, 2017 9 hours ago, w7sH said: ممكن مساعدة في هالكود لكن خبرتي فالتايمرات ماهي قوية ان شاء الله هذا الشرح يفيدك Link to comment
Adham Posted April 25, 2017 Share Posted April 25, 2017 اعذرني لو خطأ انا هاتف .. setTimer ( function( ) local players = getElementsByType ( "vehicle" ) for i,v in ipairs(players) do local Cheak = getVehicleController ( v ) if Cheak then destroyElement ( v ) end end end,250,0) Link to comment
' A F . Posted April 25, 2017 Share Posted April 25, 2017 8 minutes ago, Deativated said: اعذرني لو خطأ انا هاتف .. setTimer ( function( ) local players = getElementsByType ( "vehicle" ) for i,v in ipairs(players) do local Cheak = getVehicleController ( v ) if Cheak then destroyElement ( v ) end endend,250,0) لية ماتخلية يحاول طيب ؟ Link to comment
AHMED MOSTAFA Posted April 26, 2017 Share Posted April 26, 2017 22 hours ago, Deativated said: اعذرني لو خطأ انا هاتف .. setTimer ( function( ) local players = getElementsByType ( "vehicle" ) for i,v in ipairs(players) do local Cheak = getVehicleController ( v ) if Cheak then destroyElement ( v ) end end end,250,0) ابي افهم شئ فقط اولاً ما يهمني اذا كودك صح او خطأ وثانياً ليه انت مصر انك ما تعطي صاحب الموضوع فرصة ؟ ي طيب فيه شئ اسمه محاولة محااااااااااولة يخي اذا فشل من اول مرة سوي اللي تبيه لكن اتركه يجرب الله يهديك Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 4 minutes ago, Killer Project said: ابي افهم شئ فقط اولاً ما يهمني اذا كودك صح او خطأ وثانياً ليه انت مصر انك ما تعطي صاحب الموضوع فرصة ؟ ي طيب فيه شئ اسمه محاولة محااااااااااولة يخي اذا فشل من اول مرة سوي اللي تبيه لكن اتركه يجرب الله يهديك عنده غلط , راح يسحب سيارات اللآعبين كلهم كوده يسوي 240 لوب بالدقيقة مما يسبب لاق قوي ! Link to comment
w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 19 hours ago, Default said: setTimer getElementsByType getVehicleController destroyElement حأول ونساعدك إن شاء الله function destroy local vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do thePlayer = getVehicleController ( source ) destroyElement(v) end end,10,0) end هذي محاولة بس مدري كودي صحيح او لا وانتوا ماتقصرون ان شاء الله Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 3 minutes ago, w7sH said: function destroy local vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do thePlayer = getVehicleController ( source ) destroyElement(v) end end,10,0) end هذي محاولة بس مدري كودي صحيح او لا وانتوا ماتقصرون ان شاء الله عندك خطا في سطر1 + 4 + 7 7 = خطأ فضيييع خله يكتشف بنفسه Link to comment
w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 setTimer ( function( ) local vehicles = getElementsByType("vehicle") for i,v in ipairs(players) do thePlayer = getVehicleController ( source ) destroyElement(v) end end end,250,0) والحين شرايك Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 خطأ بسطر 3 و 4 والتايمر اللي مسويه يسبب لاق قوي انت قلت ودك كل 5 دقايق ف بدال 250 حط 1000*60*5 وناسي تتحقق انه السيارة فاضية Link to comment
w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 10 minutes ago, w7sH said: setTimer ( function( ) local vehicles = getElementsByType("vehicle") for i,v in ipairs(players) do local Cheak = getVehicleController ( v ) if Cheak then destroyElement(v) end end end,5,60,1000) -- Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 2 minutes ago, w7sH said: كيف بساعدك وانت تاخذ اكواد شخص اخر وتعطينا ؟ Link to comment
AHMED MOSTAFA Posted April 26, 2017 Share Posted April 26, 2017 9 hours ago, w7sH said: setTimer ( function( ) local vehicles = getElementsByType("vehicle") for i,v in ipairs(players) do thePlayer = getVehicleController ( source ) destroyElement(v) end end end,250,0) والحين شرايك بالنسبة لكلمة : والحين شرايك انت لو جربت مارح تكتب هذي الرسالة .. وياريت تسوي الكود بنفسك .. هذا اذا تبي تتعلم Link to comment
w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 18 minutes ago, #_iMr.[E]coo said: كيف بساعدك وانت تاخذ اكواد شخص اخر وتعطينا ؟ اللي حطيته خطأ؟ وللعلم إني مبتدء جداً يعني خبرتي فوق الضعيفه Link to comment
#BrosS Posted April 26, 2017 Share Posted April 26, 2017 17 minutes ago, w7sH said: اللي حطيته خطأ؟ وللعلم إني مبتدء جداً يعني خبرتي فوق الضعيفه وتبقى مبتدأ جدا طول عمرك ؟ Link to comment
F_F Posted April 26, 2017 Share Posted April 26, 2017 setTimer ( function( ) local vehicles = getElementsByType("vehicle") for i,v in ipairs(players) do thePlayer = getVehicleController ( source ) if not thePlayer then destroyElement(v) end end end,5*60*1000,0) Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 11 minutes ago, F_F said: setTimer ( function( ) local vehicles = getElementsByType("vehicle") for i,v in ipairs(players) do thePlayer = getVehicleController ( source ) if not thePlayer then destroyElement(v) end end end,5*60*1000,0) و تت ت تتتت تتتت تتخبيص Link to comment
#BrosS Posted April 26, 2017 Share Posted April 26, 2017 @F_F سجل خروجك من المنتدى اسرع ضض 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