03.10.2010, 09:27
pawn Код:
else if(PlayerInfo[playerid][pGPS] == 1)
{
ShowPlayerDialog(playerid, 1241, DIALOG_STYLE_LIST,
"G.P.S Positions",
"1\tArmy HQ \
\n2\tLicenses Center \
\n3\tOff Road Dealership \
\n4\tCar Graveyard \
\n5\tCoutz And Shoutz \
\n6\tABC Studio \
\n7\tFBI HQ \
\n8\tAmmunation \
\n9\tHosptial \
\n10\tGROTTI \
\n11\tRPL \
\n12\tLSFD \
\n13\tLowriderz Dealership \
\n14\tCity Hall \
\n15\tLSPD \
\n16\tTaxi Co. HQ \
\n17\tArms Dealer Job \
\n18\tBoats Dealership \
\n19\tTrucks Dealership \
\n20\tSF Docks \
\n21\tLVAP Deliver \
\n22\tMaterials Bank \
\n23\tDrug Dealer Job \
\n24\tDrugs Bank \
\n25\tDrugs Bank 2 \
\n26\tDrugs Farmer \
\n27\tMaterials Smuggler Job \
\n28\tMaterials Factory",
"Track", "Off");
SendClientMessage(playerid, COLOR_GREY,"* You have a GPS Addon, displaying illegal jobs positions and others with the GPS Addon.");
SendClientMessage(playerid, COLOR_GREY,"* To turn the GPS Off, type /gps again and select off or type /gpsfind 0 0 0");
}