function color (veh, r1, g1, b1, r2, g2, b2)
setVehicleOverrideLights(veh, 2)
setVehicleHeadLightColor(veh, r1, g1, b1)
setVehicleColor (veh, r2, g2, b2) -- esto solo lleva 3 argumentos si usas R, G, B.
end
addEvent ("colores", true)
addEventHandler ("colores", root, color)
Proba eso.