3ssol Posted March 15, 2013 Posted March 15, 2013 سلام عليكم شباب بغيت اسوي سياره لونها يتغير الف لون مايوقف فـ سويت كذا عارف اني جايب العيد معليش توني مبتدي فـ عدلوه لاهنتوو car = createVehicle ( 400, 1, 1, 1 ) function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end end setTimer( vehicle, 500, 0 )
iPrestege Posted March 15, 2013 Posted March 15, 2013 local car = createVehicle(400,x,y,z) addCommandHandler("color", function() setTimer(function() setVehicleColor(car,math.random( 255 ), math.random( 255 ), math.random( 255 )) end, 500, 0) end ) اكتب باف 8 color وشوف ذذ او function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end setTimer( vehicle, 500, 0 ) وخلي car local car
3NAD Posted March 15, 2013 Posted March 15, 2013 car = createVehicle ( 400, 1, 1, 1 ) function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end end setTimer( vehicle, 500, 0 ) زايد end الكود صحيح بس عندك
CRoW,,# Posted March 15, 2013 Posted March 15, 2013 (edited) function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end setTimer( vehicle, 500, 0 ) وين addCommandHandler ؟؟ عشان يكتب الكلمة الي يبغاها في اف8 ولا هو يبغاها ماركر؟ Edited March 15, 2013 by Guest
iPrestege Posted March 15, 2013 Posted March 15, 2013 function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end setTimer( vehicle, 500, 0 ) [/b] وين addCommandHandler ؟؟ ذذ ماهو لازم بس سويتها له اقتراح ذذ
CRoW,,# Posted March 15, 2013 Posted March 15, 2013 function vehicle() local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) setVehicleColor( car, r, g, b ) end setTimer( vehicle, 500, 0 ) [/b] وين addCommandHandler ؟؟ ذذ ماهو لازم بس سويتها له اقتراح ذذ شكله يبغاها يوم تلمس ماركر يتلون
3ssol Posted March 15, 2013 Author Posted March 15, 2013 مشكووور ي برستيج ضبط + ي ليت وضحتلي الخطا في كودي عشان اتعلم + عنااد مشكور ع المعلومه
iPrestege Posted March 15, 2013 Posted March 15, 2013 You're Welcome , العفو ===================== كودك مافية خطأ بس بالنسبة لي أسهل كذا بـ الفنكشن كامل ذذ و لا كودك بس زايدكـ end #
CRoW,,# Posted March 15, 2013 Posted March 15, 2013 + ي ليت وضحتلي الخطا في كودي عشان اتعلم م تشوف الرجال يقولك ناقص end
PaiN^ Posted March 15, 2013 Posted March 15, 2013 + ي ليت وضحتلي الخطا في كودي عشان اتعلم م تشوف الرجال يقولك ناقص end -_-" end زايد + كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير .. كودك راح يحط لون عشوائي مرة واحدة بس
iPrestege Posted March 15, 2013 Posted March 15, 2013 + ي ليت وضحتلي الخطا في كودي عشان اتعلم م تشوف الرجال يقولك ناقص end -_-" end زايد + كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير .. كودك راح يحط لون عشوائي مرة واحدة بس لا هو مسوي تايمر ذذ
CRoW,,# Posted March 15, 2013 Posted March 15, 2013 + ي ليت وضحتلي الخطا في كودي عشان اتعلم م تشوف الرجال يقولك ناقص end -_-" end زايد + كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير .. كودك راح يحط لون عشوائي مرة واحدة بس لا تدقق كثير مشيها
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