stock GetNewVehID(){ for(new i = 1; i < MAX_BUYABLE_VEH; i++) { if(!vInfo[ivCreated[i]][vPrice]) return i; } return 255;}