w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 26 minutes ago, #_iMr.[E]coo said: و تت ت تتتت تتتت تتخبيص طيب عطني الإجابة أو عطني الكودات من الويكي وبحاول اسويها من جديد وصلنا صفحتين ع كود تافهه Link to comment
^iiEcoo'x_) Posted April 26, 2017 Share Posted April 26, 2017 21 hours ago, Default said: setTimer getElementsByType getVehicleController destroyElement حأول ونساعدك إن شاء الله Link to comment
AHMED MOSTAFA Posted April 26, 2017 Share Posted April 26, 2017 9 hours 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) طيب ... الحين انت "كما طلب صاحب الموضوع" تجيب لوب السيارات ابي افهم وش الـ players في السطر 4 طيب وش هو السورس اللي رح تجيب ما اذا كان في السيارة او لا ؟ طيب وش الشي اللي رح تسويله اخفاء ؟ v ماهي معرفة في الوقت الحالي ... هل تعلم ! هل تعلم ان زر تسجيل الخروج في اعلى الشاشة ؟ 1 Link to comment
' A F . Posted April 26, 2017 Share Posted April 26, 2017 3 hours 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 هذي محاولة بس مدري كودي صحيح او لا وانتوا ماتقصرون ان شاء الله setTimer ( function ( ) local aElementType = getElementsByType ( "vehicle" ); if ( #aElementType > 0 ) then for i,v in ipairs ( aElementType ) do if ( getVehicleController ( v ) == false ) then destroyElement ( v ); end end end end,5000,1); 1 Link to comment
w7sH Posted April 26, 2017 Author Share Posted April 26, 2017 (edited) أولاً يعطيك العافية 28 minutes ago, Default said: setTimer ( function ( ) local aElementType = getElementsByType ( "vehicle" ); if ( #aElementType > 0 ) then for i,v in ipairs ( aElementType ) do if ( getVehicleController ( v ) == false ) then destroyElement ( v ); end end end end,5000,1); أولاً يعطيك العافية على المساعدة لكن الكود فيه مشكلة اذا كان شغال ثم حطيت سيارة تقعد 10 دقايق ماتنسحب لكن اذا كان فيه موتر وسويت له رستارت للمود ينسحب الموتر في دقيقة للعلم اني حاط الكود سيرفر Edited April 26, 2017 by w7sH Link to comment
' A F . Posted April 26, 2017 Share Posted April 26, 2017 بكؤد التايمر اخر شيء فيه 1 حطها 0 Link to comment
#Soking Posted April 27, 2017 Share Posted April 27, 2017 2 hours ago, Default said: setTimer ( function ( ) local aElementType = getElementsByType ( "vehicle" ); if ( #aElementType > 0 ) then for i,v in ipairs ( aElementType ) do if ( getVehicleController ( v ) == false ) then destroyElement ( v ); end end end end,5000,1); مو لازم تحقق من العدد ماراح يكرر لو مافي سيارات 1 Link to comment
' A F . Posted April 27, 2017 Share Posted April 27, 2017 6 hours ago, #Soking said: مو لازم تحقق من العدد ماراح يكرر لو مافي سيارات شكراً على المعلومة . 1 Link to comment
#Soking Posted April 27, 2017 Share Posted April 27, 2017 1 hour ago, Default said: شكراً على المعلومة . حياك حبيبي 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