stock GetFreeVehicleSlot(){ for(new v = 0; v < MAX_VEHICLES; v++) { if(v != Vehicles[v][CarFileID] return v); } return 1;}