public RentVozila(carid) { for(new i = 0; i < sizeof(Rent); i++) { if(carid == Rent[i]) return 1; } return 0; }