13.05.2009, 21:41
It would still be better to use the vehicle ID, would save a bit of toil. Just when it comes to sending the error message, you do
VehicleNames[vehicleid - 400]
For example, dumper (id 406) -> VehicleNames[6] -> Dumper
VehicleNames[vehicleid - 400]
For example, dumper (id 406) -> VehicleNames[6] -> Dumper