OnPlayerEnterVehicle{ SetPlayerColor(playerid,COLOR_GREEN); return 1;}OnPlayerExitVehicle{ SetPlayerColor(playerid,old_color); return 1;}