stock IsARentBike(carid){ for(new i = 1; i < sizeof(CarInfo); i++) { if(CarInfo[i][cFaction] == 20) { return 1; } } return 0;}