10.11.2011, 08:15
pawn Код:
if (strcmp("/gps", cmdtext, true) == 0)
{
new dt[1024] = "blah Airport\nArea 69\nBayside Airport\nmine Airport\nxxxxx Island Airport\nDillimore Airport\nblah blah\nFort Carson Airport\nFoster Valley Airport\nislan Airport\nIsland Airport\nIsland Airport\nAirport\nLas Venturas Airport\nLos Santos Airport\nMT Chillad Aiport\nmodso Island Airport\nuufg Island Airport";
strcat(dt, "\nMontgomery Airport\nOcean Flats \nmynameSprings Airport\nPalomino Creek Airport\nwee airport Island Airport\nIsland Airport\nPrickle Pine Airport\nAirport\nSan Fierro Airport\nValle Airport\nVinewood Airport");
ShowPlayerDialog(playerid, 99, DIALOG_STYLE_LIST, "GPS", dt, "Locate", "Cancel");
}