03.12.2012, 11:59
pawn Code:
new randFlightPlace = random(sizeof(FlightPlace));
new randFlightHours = random(sizeof(FlightHours));//FlightHours
format(String[0], 128, "%s - %d hours", FlightHours[randFlightHours], FlightPlace[randFlightPlace]);