public IsADuckCar(carid) { for(new i = ( sizeof(CarroCobras) - 1); i > -1; --i) { if(carid == CarroCobras[i]) return 1; } return 0;}