iMr.Dawix~# Posted June 22, 2013 Share Posted June 22, 2013 ^^^^ function randomVehColors() local vehicle = getPedOccupiedVehicle(localPlayer) if (vehicle) then local color = {} color[1] = math.random(0,255) color[2] = math.random(0,255) color[3] = math.random(0,255) color[4] = math.random(0,255) setVehicleColor ( vehicle, color[1], color[2], color[3], color[4] ) end end addEventHandler ( "onClientGUIClick", RianbowColor,function () setTimer( randomVehColors, 350, 0 ) end,false) الحين جرب تم التعديل * أسف اسف الحين عدلت جرب ذذذذ ما رح يشوفه الا هو لأنه يغير اللون بالكلنت Link to comment
iMr.3a[Z]eF Posted June 22, 2013 Share Posted June 22, 2013 مشكورين تم حلها :] @Dawi العفوو 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