You could try force it by script (probaly easier ways to script it, but this one I understand  ) hitme1 = createColSphere (x, y, z, radius)    function color(thisisme)    if thisisme == getLocalPlayer() then    thisismycar = getPedOccupiedVehicle(getLocalPlayer())    setVehicleColor (thisismycar, 0, 0, 0)    endendaddEventHandler("onClientColShapeHit", hitme1, color)