Jump to content

help


3ssol

Recommended Posts

سلام عليكم

شباب بغيت اسوي سياره لونها يتغير الف لون مايوقف

فـ سويت كذا عارف اني جايب العيد :roll:

معليش توني مبتدي فـ عدلوه لاهنتوو

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 ) 

Link to comment

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

Link to comment
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 الكود صحيح بس عندك

Link to comment
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 by Guest
Link to comment
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 ؟؟

ذذ

ماهو لازم بس سويتها له اقتراح ذذ

Link to comment
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 ؟؟

ذذ

ماهو لازم بس سويتها له اقتراح ذذ

شكله يبغاها يوم تلمس ماركر يتلون

Link to comment
+ ي ليت وضحتلي الخطا في كودي عشان اتعلم

م تشوف الرجال يقولك ناقص

end

-_-" end زايد

+ كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير

.. كودك راح يحط لون عشوائي مرة واحدة بس

Link to comment
+ ي ليت وضحتلي الخطا في كودي عشان اتعلم

م تشوف الرجال يقولك ناقص

end

-_-" end زايد

+ كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير

.. كودك راح يحط لون عشوائي مرة واحدة بس

لا هو مسوي تايمر ذذ

Link to comment
+ ي ليت وضحتلي الخطا في كودي عشان اتعلم

م تشوف الرجال يقولك ناقص

end

-_-" end زايد

+ كودك صحيح بس لازم تسوي تايمر عشان اللون يقعد يتغير

.. كودك راح يحط لون عشوائي مرة واحدة بس

لا تدقق كثير مشيها

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...