Advertisement
Sasuke_Uchiha

Money/Gold Bag System

Mar 5th, 2015
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 109.08 KB | None | 0 0
  1. #include <a_samp>
  2. #include <streamer>
  3. #include <zcmd>
  4.  
  5.  
  6. new Text:BAGTD[3];
  7. new pUserName[MAX_PLAYERS];
  8. new pTextdraw[MAX_PLAYERS];
  9. new MoneyBagTimer;
  10.  
  11. #define ORANGE "{FF7519}"
  12. #define WHITE "{FFFFFF}"
  13. #define YELLOW "{FFFF00}"
  14. #define RED "{FF0000}"
  15. #define GREEN "{99FF00}"
  16. #define GOLDEN "{FFD700}"
  17. #define BLUE "{0087FF}"
  18. #define PURPLE "{800080}"
  19.  
  20. enum zoneinfo {
  21.     zone_name[50],
  22.     Float:zone_minx,
  23.     Float:zone_miny,
  24.     Float:zone_minz,
  25.     Float:zone_maxx,
  26.     Float:zone_maxy,
  27.     Float:zone_maxz
  28. };
  29. new Float:zones[][zoneinfo] = {
  30.  
  31.  
  32.  
  33.     { "North West San Andreas",    -4728.910156, 0.384887,  -200.446975,  1.123172,  4782.729980,   1000.00},
  34.     { "South West San Andreas",    -5018.659667, -6953.623046,  -200.446975,  1.123172,  0.384887,   1000.00},
  35.     { "North East San Andreas",    1.123172, 0.384887,  -200.446975,  7444.024902,  8183.646484,   1000.00},
  36.     { "South East San Andreas",    1.123172, -8416.464843,  -200.446975,  5888.652832,  0.384887,   1000.00},
  37.  
  38.  
  39.     //{ "Los Santos",                     44.60, -2892.90,  -242.90,  2997.00,  -768.00,   900.00},
  40.     //{ "Las Venturas",                  869.40,   596.30,  -242.90,  2997.00,  2993.80,   900.00},
  41.     { "Bone County",                  -480.50,   596.30,  -242.90,   869.40,  2993.80,   900.00},
  42.     { "Tierra Robada",               -2997.40,  1659.60,  -242.90,  -480.50,  2993.80,   900.00},
  43.     { "Tierra Robada",               -1213.90,   596.30,  -242.90,  -480.50,  1659.60,   900.00},
  44.     //{ "San Fierro",                  -2997.40, -1115.50,  -242.90, -1213.90,  1659.60,   900.00},
  45.     { "Red County",                  -1213.90,  -768.00,  -242.90,  2997.00,   596.30,   900.00},
  46.     { "Flint County",                -1213.90, -2892.90,  -242.90,    44.60,  -768.00,   900.00},
  47.     { "Whetstone",                   -2997.40, -2892.90,  -242.90, -1213.90, -1115.50,   900.00},
  48.  
  49. /*
  50.     { "South East San Fierro",    -2142.760253, -878.880371,  -242.90,  -1114.515747,  565.989746,   900.00},
  51.     { "South West San Fierro",    -3026.007568, -911.811584,  -242.90,  -2142.760253,  565.989746,   900.00},
  52.     { "North East San Fierro",    -2142.760253, 565.989746,  -242.90,  -1017.342895, 1703.200073,   900.00},
  53.     { "North West San Fierro",    -3012.637695, 565.989746,  -242.90,  -2142.760253, 1703.200073,   900.00},
  54. */
  55.     { "South East San Fierro",    -2142.760253, -878.880371,  -242.90,  -1114.515747,  565.989746,   900.00},
  56.     { "South West San Fierro",    -3026.007568, -911.811584,  -242.90,  -2142.760253,  565.989746,   900.00},
  57.     { "North East San Fierro",    -2142.760253, 565.989746,  -242.90,  -1017.342895, 1703.200073,   900.00},
  58.     { "North West San Fierro",    -3026.637695, 565.989746,  -242.90,  -2142.760253, 1703.200073,   900.00},
  59.  
  60.     { "South West Las Venturas",    891.704833, 599.194580,  -242.90,  1867.500366, 1713.321655,   900.00},
  61.     { "South East Las Venturas",    1867.500366, 572.799011,  -242.90,  2999.672851, 1713.321655,   900.00},
  62.     { "North East Las Venturas",    1867.500366, 1713.321655,  -242.90,  2999.672851, 3013.981689,   900.00},
  63.     { "North West Las Venturas",    859.025695, 1713.321655,  -242.90,  1867.500366, 3013.981689,   900.00},
  64.  
  65.     { "South West Los Santos",    40.333187, -2897.663574,  -242.90,  1589.717163,  -1519.467163,   900.00},
  66.     { "South East Los Santos",    1589.717163, -2898.994140,  -242.90,  3018.034179,  -1519.467163,   900.00},
  67.     { "North East Los Santos",    1589.717163, -1519.467163,  -242.90,  2999.151367,  -772.197265,   900.00},
  68.     { "North West Los Santos",    46.901493, -1519.467163,  -242.90,  1589.717163,  -775.018554,   900.00},
  69.  
  70.  
  71.     { "24-7",                -29.709478,  -187.740585,    1001.546875,  -16.147476,  -168.740814,   1007.546875},
  72.     { "24-7",                -11.007962,  -32.556049,    1001.546875,  10.050553,  -2.707101,   1007.546875},
  73.     { "24-7",                -37.295322,  -91.844329,    1001.546875,  -13.954078,  -74.674308,   1007.546875},
  74.     { "24-7",                -38.192775,  -140.438369,    1001.546875,  -14.915290,  -123.349166,   1007.546875},
  75.     { "24-7",                -34.982517,  -31.738464,    1001.546875,  -26.184551,  -2.708315,   1007.546875},
  76.     { "24-7",                -36.573310,  -57.992588,    1001.546875,  -17.267372,  -49.297176,   1007.546875},
  77.  
  78.     { "Ammunation",          283.233734, -46.376720,    995.845336,  300.757812, -29.736858,   1006.307189},
  79.     { "Ammunation",          283.457305, -115.402793, 999.918823,  299.326538, -101.860839, 1005.523498},
  80.     { "Ammunation",          282.337127, -90.388732, 999.052246,  332.734985, -55.001342, 1007.760253},
  81.     { "Ammunation",          271.042358, -173.503585, 997.556091,  320.347991, -155.220001, 1004.057983},
  82.     { "Ammunation",          267.988983, -147.514892, 997.149414,  318.394897, -123.043975, 1009.279602},
  83.  
  84.     { "Train Hard",                194.405807,  -143.914093,    1001.402038,  220.829101, -124.464157,   1009.108459},//interior 3
  85.     { "Victim",                198.991409,  -16.306325,    1000.081237,  231.734283, 1.207464,   1010.204833},//interior 5
  86.     { "Suburban",                193.966751,  -54.082130,    999.650512,  216.481704, -28.485902,   1010.552124},//interior 1
  87.     { "Binco",                198.923568,  -114.472251,    1003.179260,  220.209259, -94.264114,   1007.960815},//interior 15
  88.     { "Zip",                143.295578,  -97.801361,    1000.679443,  184.125610, -64.806243,   1006.770996},//interior 18
  89.  
  90.     { "City Hall",    317.276245,  145.830917,    1004.477416,  396.811309, 226.986053,   1035.623901},//interior 3   Planning Department
  91.     { "Sex Shop",            -120.470336,  -28.505134,    999.738952,  -97.986259, -5.019160,   1004.279174},//interior 3
  92.  
  93.     { "Well Stacked Pizza",  365.185607,  -135.401031,    1000.810913,  381.788970, -110.322631,   1004.796020},//interior 5
  94.     { "CluckinBell",         362.027557,  -15.771659,    1000.253662,  382.536224, -0.427783,   1005.368164},//interior 9
  95.     { "BurgerShot",                358.000671,  -79.417160,    999.616943,  385.010467, -53.780853,   1006.592895},//interior 10
  96.  
  97.     { "Gant Bridge Diner",   440.947174, -112.770187, 997.827148,  462.663818, -102.793251, 1003.940979},//interior 5 Gant Bridge Diner
  98.     { "Donut Shop",   370.821807, -198.111465, 999.340576,  385.340484, -175.501220, 1006.196594},//interior 17 Donut Shop
  99.     { "Lil Probe Inn",   -233.480468, 1391.750488, 25.809064,  -215.781585, 1414.379272, 33.384544},//interior 18 Lil Probe Inn
  100.     { "Red Restaurant",   436.965820, -25.556682, 996.626525,  463.139678, -1.888617, 1011.356140},//interior 1 Red Restaurant
  101.     { "Diner",   432.137512, -93.563621, 997.798889,  462.677551, -75.343627, 1004.831909},//interior 4 Jays Diner
  102.     { "Small Diner",   437.668701, -71.350036, 993.467651,  455.186370, -47.712722, 1007.741333},//interior 6 Small Diner
  103.     { "Bar",   486.359893, -95.364105, 996.940307,  513.536499, -61.620365, 1004.547546},//interior 11 Bar
  104.     { "Welcome Pump",   671.886230, -473.328399, -27.991689,  690.123229, -441.258148, -21.495166},//interior 1 Welcome Pump
  105.  
  106.     { "LS Police Department",                208.019088,  59.202430,    999.050781,  273.778747, 97.490188,   1014.587341},//interior 6
  107.     { "LV Police Department",                183.282211,  133.016494,    998.952148,  304.905029, 200.117050,   1012.154724},//interior 3
  108.     { "SF Police Department",                213.977249,  107.438285,    995.015625,  278.493713,  126.728271,   1010.820312},
  109.  
  110.     { "Four Dragons Casino",   1911.634887,  962.932983,    991.298645,  2027.678710,  1071.038940,   1008.907226},//interior 10
  111.     { "Caligulas Casino",   2108.149169,  1521.394653,    988.651123,  2314.022705,  1734.704956,   1112.913696},//interior 1
  112.     { "Red Sands Casino",   1110.31530,  -22.000860,    998.273376,  1147.863891,  13.340396,   1011.101013},//interior 12
  113.  
  114.     { "Sheriff's Department",   316.551696,  300.507507,    997.420776,  329.806427,  318.565155,   1004.579101},//interior 5   Barbara's House
  115.     { "Denise's House",   242.356277,  299.427612,    997.647277,  250.522064,  307.341827,   1004.407165},//interior 1
  116.     { "Helena's House",   278.295043,  302.615997,    997.081726,  294.419128,  313.159301,   1008.058288},//interior 3
  117.     { "Katie's House",   265.497253,  301.116729,    997.337585,  274.641265,  310.171691,   1003.553894},//interior 2
  118.     { "Michelle's House",   297.245056,  298.038452,    995.916137,  312.897247,  316.481689,   1011.256530},//interior 4
  119.     { "Millie's House",   342.991241,  299.596618,    997.460449,  351.176177,  311.254943,   1003.742797},//interior 6
  120.  
  121.     { "B Dup's Apartment",   1516.668701, -16.758069, 1000.785644,  1534.010864, -3.015980, 1005.440124},//interior 3 B Dup's Apartment
  122.     { "B Dup's Crack Palace",   1518.924560, -52.855224, 1000.849853,  1528.898559, -40.406162, 1008.311401},//interior 2 B Dup's Crack Palace
  123.     { "Big Smokes Crack Palace",   2508.818847, -1329.008911, 1023.228454,  2612.670166, -1224.946533, 1077.077148},//interior 2 Big Smokes Crack Palace
  124.  
  125.     { "Colonel Fuhrberger's House",   2800.505371, -1177.811767, 1023.896545,  2821.838623, -1158.508056, 1034.256469},//interior 8 Colonel Fuhrberger's House
  126.     { "OG Loc's House",   506.877227, -23.723440, 999.319458,  527.008300, -3.826575, 1008.890869},//interior 3 OG Loc's House
  127.     { "Ryders House",   2445.951416, -1708.959594, 1012.000854,  2477.376953, -1683.510864, 1016.750061},//interior 2 Ryders House
  128.     { "Sweets House",   2522.159423, -1687.265136, 1013.807373,  2540.499511, -1669.747924, 1020.151794},//interior 1 Sweets House
  129.     { "Wu Zi Mu's House",  -2175.135742, 632.936035, 1050.703979,  -2154.699462, 648.719787, 1064.492919},//interior 1 Wu Zi Mu's House
  130.     { "Johnson House",                2488.220458,  -1713.184326,    1012.889587,  2501.265136,  -1688.057373,   1022.657165},//interior 3
  131.     { "Mad Doggs Mansion",                1219.790039,  -842.930847,    1074.623901,  1311.898437,  -745.665893,   1099.900634},//interior 5
  132.  
  133.     { "Wardrode",                250.348724,  -44.927051,    1001.073669,  260.652679,  -34.449382, 1006.890686},//interior 14
  134.  
  135.     { "Safe House 1",   410.954284,     2533.376708,    8.788840,  424.448486,  2545.535156,   16.429386},//interior 10 Airport Safe House
  136.     { "Safe House 2",   -2.792623,      -6.649169,    998.194763,  3.168322,  8.039524,   1003.432067},//interior 2 Angel Pine Trailer
  137.     { "Safe House 3",   2245.798339,  -1226.083129,    1046.100463,  2276.958984,  -1203.543823,   1053.250122},//interior 10 Hasbury Safe House
  138.     { "Safe House 4",   2242.862548,  -1143.913085,    1049.215576,  2256.328613,  -1132.579833,   1054.303466},//interior 9 Jefferson Safe House 1
  139.     { "Safe House 5",   2258.365722,  -1143.591674,    1049.382690,  2271.949462,  -1131.387695,   1054.956054},//interior 10 Jefferson Safe House 2
  140.     { "Safe House 6",   2306.363525,  -1153.675781,    1048.698608,  2341.355712,  -1132.895874,   1057.885498},//interior 12 Modern Safe House
  141.     { "Safe House 7",   2311.218505,  -1033.854370,    1048.371582,  2334.644775,  -1001.017333,   1059.979492},//interior 9 Prickle Pine Safe House
  142.     { "Safe House 8",   2222.584960,  -1119.265747,    1048.948242,  2242.005371,  -1102.752685,   1055.521850},//interior 5 Motel Safe House
  143.     { "Safe House 9",   2275.469238,  -1142.670776,    1049.601806,  2289.422607,  -1132.031494,   1054.342407},//interior 11 Safe House
  144.     { "Safe House 10",   2355.489501,  -1142.905883,    1049.286254,  2377.820556,  -1117.710083,   1057.341918},//interior 8 Safe House
  145.     { "Safe House 11",   2326.163330,  -1086.952758,    1047.496215,  2346.615722,  -1060.297119,   1053.881713},//interior 6 Safe House
  146.     { "Safe House 12",   2201.350585,  -1079.705688,    1049.076049,  2222.297119,  -1068.993408,   1055.388793},//interior 1 Safe House
  147.     { "Safe House 13",   2178.292480,  -1229.132568,    1047.452026,  2203.910156,  -1196.349609,   1056.457031},//interior 6 Safe House
  148.     { "Safe House 14",   2302.918701,  -1219.457641,    1047.157592,  2322.433349,  -1204.895141,   1053.467163},//interior 6 Safe House
  149.     { "Safe House 15",   2231.665283,  -1089.449218,    1046.515014,  2247.517822,  -1062.302978,   1054.161499},//interior 2 Safe House
  150.     { "Safe House 16",   215.579727, 1284.726318, 1080.156127,  234.782073, 1295.247314, 1086.520507},//interior 1 Burglary House 1
  151.     { "Safe House 17",   217.025512, 1237.660888, 1079.932128,  235.275512, 1255.786743, 1087.160034},//interior 2 Burglary House 2
  152.     { "Safe House 18",   436.171905, 1394.273193, 1082.721191,  461.557678, 1420.915893, 1088.381713},//interior 2 Burglary House 3
  153.     { "Safe House 19",   475.695800, 1393.824829, 1077.247070,  505.185821, 1424.844726, 1092.040527},//interior 2 Burglary House 4
  154.     { "Safe House 20",   215.033843, 1181.925170, 1076.282470,  248.769149, 1215.480590, 1089.168945},//interior 3 Burglary House 5
  155.     { "Safe House 21",   -281.163879, 1444.113525, 1082.892089,  -254.916824, 1461.484375, 1094.534667},//interior 4 Burglary House 6
  156.     { "Safe House 22",   216.120254, 1138.541259, 1081.583984,  230.846603, 1162.132568, 1088.102539},//interior 4 Burglary House 7
  157.     { "Safe House 23",   248.219299, 1280.025634, 1079.574462,  269.341400, 1296.501831, 1084.851318},//interior 4 Burglary House 8
  158.     { "Safe House 24",   14.154502, 1397.274047, 1082.773803,  35.213031, 1419.921142, 1090.203857},//interior 5 Burglary House 9
  159.     { "Safe House 25",   223.505493, 1104.818969, 1079.576904,  250.898590, 1122.648315, 1089.537963},//interior 5 Burglary House 10
  160.     { "Safe House 26",   132.666793, 1361.612182, 1080.668334,  155.325256, 1389.118896, 1095.592041},//interior 5 Burglary House 11
  161.     { "Safe House 27",   75.707969, 1316.188232, 1083.030639,  99.871315, 1347.145263, 1095.221435},//interior 9 Burglary House 12
  162.     { "Safe House 28",   249.662216, 1234.923706, 1083.140258,  267.872497, 1259.025512, 1087.810546},//interior 9 Burglary House 13
  163.     { "Safe House 29",   218.849349, 1060.825439, 1078.785278,  252.082580, 1089.218994, 1092.370849},//interior 6 Burglary House 15
  164.     { "Safe House 30",   -73.220169, 1344.159790, 1078.350585,  -55.819599, 1369.235229, 1084.923706},//interior 6 Burglary House 16
  165.     { "Safe House 31",   -302.774932, 1468.208618, 1082.653564,  -278.587005, 1482.413574, 1094.295288},//interior 15 Burglary House 17
  166.     { "Safe House 32",   318.695648, 1470.753906, 1082.790161,  338.684387, 1492.881591, 1088.364990},//interior 15 Burglary House 18
  167.     { "Safe House 33",   353.283050, 1407.941406, 1079.126098,  381.092773, 1433.940917, 1087.592529},//interior 15 Burglary House 19
  168.     { "Safe House 34",   369.022216, 1450.230346, 1079.113525,  390.586181, 1473.944458, 1083.879028},//interior 15 Burglary House 20
  169.     { "Safe House 35",   283.332153, 1467.570312, 1079.029174,  312.336456, 1492.159912, 1084.340332},//interior 15 Burglary House 21
  170.     { "Safe House 36",   -54.588062, 1392.714233, 1083.391235,  -31.243432, 1416.966430, 1088.628295},//interior 8 Burglary House 22
  171.     { "Safe House 37",   222.636184, 1015.289184, 1082.386596,  257.304718, 1053.218627, 1095.324462},//interior 7 Burglary House 23
  172.  
  173.  
  174.     { "Barber",   415.376190, -88.407325, 1000.290405,  424.729492, -71.934249, 1006.219482},//interior 3 Barber
  175.  
  176.     { "DS Clothing",   195.175277, -174.347412, 998.546813,  218.688552, -148.900314, 1006.589477},//interior 14 DS Clothing
  177.  
  178.     { "Macisla Uni Sex Hair Salon",   407.801574, -58.961555, 1000.278503,  416.691284, -46.825740, 1006.515075},//interior 12 Macisla Uni Sex Hair Salon
  179.  
  180.     { "Reeces Hair Facial Studio",   409.397186, -27.630727, 1000.290405,  416.997589, -8.413138, 1007.177307},//interior 2 Reeces Hair Facial Studio
  181.  
  182.     { "Tattoo Los Santos",   -206.675003, -29.963045, 1000.145141,  -198.320175, -16.193265, 1005.946228},//interior 16 Tattoo Los Santos
  183.  
  184.     { "Tattoo San Fierro",   -206.809722, -12.301270, 1001.208129,  -198.672027, 2.298374, 1006.164001},//interior 17 Tattoo San Fierro
  185.  
  186.     { "Tattoo Las Venturas",   -206.670898, -47.375095, 1001.149353,  -199.232788, -34.459949, 1006.771484},//interior 3 Tattoo Las Venturas
  187.  
  188.     { "Zeros RC Shop",   -2244.852783, 125.940330, 1034.064086,  -2216.764892, 139.244369, 1039.542968},//interior 6 Zeros RC Shop
  189.  
  190.     { "Brothel 1",   929.236389, -21.417388, 998.587951,  976.651489, 11.732648, 1005.415954},//interior 3 Brothel 1
  191.  
  192.     { "Regular Players Club",   939.376220, -65.666969, 999.210449,  973.090637, -39.295627, 1006.003784},//interior 3 Brothel 2 (RPC)
  193.  
  194.     { "Admin Hangout",   723.813964, 1432.889404, 1101.029541,  763.217651, 1445.077392, 1107.920776},//interior 6 Fanny Batters Whore House
  195.  
  196.     { "Dance Club",   472.288604, -30.750297, 999.166748,  509.164672, -0.115818, 1007.810485},//interior 17 Dance Club
  197.  
  198.     { "Jizzys Pleasure Dome",   -2696.510498, 1387.227050, 903.070495,  -2628.309814, 1438.083007, 930.812561},//interior 3 Jizzys
  199.  
  200.     { "Big Spread",   1204.632080, -46.556945, 999.564575,  1219.076171, -21.452175, 1004.600708},//interior 3 Big Spread
  201.     //1 in Bone county, 1 in south east lv
  202.  
  203.     { "Strip Club",   1197.209228, -20.193246, 999.527709,  1228.144653, 23.964809, 1006.253356},//interior 2 Pig Pen
  204.     //Strip Club is Pig Pen 1 in east ls, 1 in old venturas strip
  205.  
  206.     { "Atrium",   1697.298828, -1683.439941, 11.378856,  1740.360595, -1636.223388, 53.201251},//interior 18 Atrium
  207.  
  208.     { "Bike School",   1485.140747, 1298.704467, 1091.953735,  1504.006469, 1310.716064, 1097.726440},//interior 3 Bike School
  209.  
  210.     { "Automobile School",   -2037.505371, -125.009033, 1033.474243,  -2016.067871, -98.814079, 1040.129150},//interior 3 Automobile School
  211.  
  212.     { "Jefferson Motel",   2173.747070, -1207.648559, 1024.282836,  2259.937011, -1134.808227, 1038.392700},//interior 15 Jefferson Motel
  213.  
  214.     { "Inside Track Betting",   814.516723, -5.790444, 1002.966796,  836.549438, 12.883691, 1009.356689},//interior 3 Inside Track Betting
  215.  
  216.     { "Caligulas Storage",   2169.104248, 1545.144897, 999.298889,  2234.035888, 1629.485839, 1005.293151},//interior 1 Caligulas Basement
  217.  
  218.     { "Blastin Fools Records",   1035.054321, -6.361853, 1000.535827,  1045.549804, 13.889756, 1004.718017},//interior 3
  219.  
  220.     { "The Sherman Dam",   -964.520080, 1841.102783, 2.673968,  -934.882873, 1959.825683, 31.935070},//interior 17
  221.  
  222.     { "RC Battlefield",   -1304.000488, 910.132568, 1313.769531,  -871.915832, 1216.073608, 1416.234863},//interior 10
  223.  
  224.     { "Sindacco Abattoir",   927.322021, 2090.195800, 1008.407226,  970.234436, 2184.333984, 1021.535339},//interior 1
  225.  
  226.     { "U Get Inn Motel",   441.772064, 505.317352, 999.810668,  458.912414, 517.637573, 1005.477783},//interior 12
  227.  
  228.     { "Warehouse 1",   1353.831054, -53.141448, 998.575195,  1422.735839, 10.859687, 1013.888122},//interior 1
  229.  
  230.     { "Warehouse 2",  1234.929321, -81.229408, 999.527099,  1321.457397, 15.592776, 1020.460388},//interior 18
  231.  
  232.     { "Warehouse LV",  1055.451538, 2075.550537, 8.379912,  1096.726684, 2146.512207, 21.234212},//interior 0
  233.  
  234.     { "8 Track Stadium",  -1591.796508, -356.713012, 1040.632324,  -1232.399291, -12.846385, 1097.350708},//interior 7
  235.  
  236.     { "Bloodring Stadium",  -1637.917846, 857.420532, 1011.956848,  -1149.586303, 1135.722290, 1123.369018},//interior 15
  237.  
  238.     { "Dirtrack Stadium",  -1611.066772, -804.220825, 1044.972778,  -1148.009033, -471.045135, 1108.068969},//interior 4
  239.  
  240.     { "Hyman Memorial Stadium",  -1645.253173, -54.239486, 1022.038024,  -1162.447998, 256.546386, 1107.723999},//interior 1
  241.  
  242.     { "KickStart Stadium",  -1550.303588, 1520.757446, 1039.712890,  -1269.175781, 1693.393676, 1083.630371},//interior 14
  243.  
  244.     { "Sumo Stadium",  -1614.408813, 1102.232910, 1011.364135,  -1162.588867, 1378.942138, 1180.000244},//interior 16
  245.  
  246.     { "Below The Belt Gym",  755.346984, -83.214378, 998.821838,  777.640441, -56.239593, 1006.809326},//interior 7
  247.  
  248.     { "Cobra Martial Arts",  752.173278, -56.880817, 998.932922,  780.644714, -14.075156, 1008.335205},//interior 6
  249.  
  250.     { "Ganton Gym",  750.846435, -9.541447, 998.992553,  777.442321, 19.860343, 1006.324951},//interior 5
  251.  
  252.     { "Loco Low Co.",  606.207763, -84.493194, 996.337768,  625.894592, -67.227416, 1002.983093},//interior 14
  253.  
  254.     { "Michelle's Garage",  -1791.987670, 1209.571044, 23.123371,  -1782.305541, 1222.372558, 33.562500},//interior 0
  255.  
  256.     { "Transfender",  602.066467, -32.450912, 999.015319,  638.357971, 10.597836, 1012.542053},//interior 1
  257.  
  258.     { "Wheels Arch Angels",  606.641357, -133.030029, 995.155273,  625.798522, -117.903923, 1002.627075},//interior 3
  259.  
  260.     { "Liberty City",  -1339.719360, 252.999938, 1331.596801,  -698.109802, 662.292175, 1413.671386},//interior 1
  261.  
  262.     { "Marco's Bistro",  -845.394958, 486.758026, 1352.220214,  -770.672302, 511.283660, 1391.315551},//interior 1
  263.  
  264.     { "Shamal",  -2.323632, 20.802215, 1198.476806,  5.626687, 37.480403, 1203.989746},//interior 1
  265.  
  266.     { "Andromada",  297.573333, 947.730041, 1933.596069,  340.650085, 1073.509521, 1984.372680},//interior 9
  267.  
  268.     { "Francis Airport",  -1957.494018, -64.240592, 1041.083862,  -1742.935791, 85.740615, 1101.922241},//interior 14
  269.  
  270.  
  271.  
  272.  
  273.  
  274.     { "The Big Ear",                -410.00,  1403.30,    -3.00,  -137.90,  1681.20,   200.00},
  275.     { "Aldea Malvada",               -1372.10,  2498.50,     0.00, -1277.50,  2615.30,   200.00},
  276.     { "Angel Pine",                  -2324.90, -2584.20,    -6.10, -1964.20, -2212.10,   200.00},
  277.     { "Arco del Oeste",               -901.10,  2221.80,     0.00,  -592.00,  2571.90,   200.00},
  278.     { "Avispa Country Club",         -2646.40,  -355.40,     0.00, -2270.00,  -222.50,   200.00},
  279.     { "Avispa Country Club",         -2831.80,  -430.20,    -6.10, -2646.40,  -222.50,   200.00},
  280.     { "Avispa Country Club",         -2361.50,  -417.10,     0.00, -2270.00,  -355.40,   200.00},
  281.     { "Avispa Country Club",         -2667.80,  -302.10,   -28.80, -2646.40,  -262.30,    71.10},
  282.     { "Avispa Country Club",         -2470.00,  -355.40,     0.00, -2270.00,  -318.40,    46.10},
  283.     { "Avispa Country Club",         -2550.00,  -355.40,     0.00, -2470.00,  -318.40,    39.70},
  284.     { "Back o Beyond",               -1166.90, -2641.10,     0.00,  -321.70, -1856.00,   200.00},
  285.     { "Battery Point",               -2741.00,  1268.40,    -4.50, -2533.00,  1490.40,   200.00},
  286.     { "Bayside",                     -2741.00,  2175.10,     0.00, -2353.10,  2722.70,   200.00},
  287.     { "Bayside Marina",              -2353.10,  2275.70,     0.00, -2153.10,  2475.70,   200.00},
  288.     { "Beacon Hill",                  -399.60, -1075.50,    -1.40,  -319.00,  -977.50,   198.50},
  289.     { "Blackfield",                    964.30,  1203.20,   -89.00,  1197.30,  1403.20,   110.90},
  290.     { "Blackfield",                    964.30,  1403.20,   -89.00,  1197.30,  1726.20,   110.90},
  291.     { "Blackfield Chapel",            1375.60,   596.30,   -89.00,  1558.00,   823.20,   110.90},
  292.     { "Blackfield Chapel",            1325.60,   596.30,   -89.00,  1375.60,   795.00,   110.90},
  293.     { "Blackfield Intersection",      1197.30,  1044.60,   -89.00,  1277.00,  1163.30,   110.90},
  294.     { "Blackfield Intersection",      1166.50,   795.00,   -89.00,  1375.60,  1044.60,   110.90},
  295.     { "Blackfield Intersection",      1277.00,  1044.60,   -89.00,  1315.30,  1087.60,   110.90},
  296.     { "Blackfield Intersection",      1375.60,   823.20,   -89.00,  1457.30,   919.40,   110.90},
  297.     { "Blueberry",                     104.50,  -220.10,     2.30,   349.60,   152.20,   200.00},
  298.     { "Blueberry",                      19.60,  -404.10,     3.80,   349.60,  -220.10,   200.00},
  299.     { "Blueberry Acres",              -319.60,  -220.10,     0.00,   104.50,   293.30,   200.00},
  300.     { "Caligula's Palace",            2087.30,  1543.20,   -89.00,  2437.30,  1703.20,   110.90},
  301.     { "Caligula's Palace",            2137.40,  1703.20,   -89.00,  2437.30,  1783.20,   110.90},
  302.     { "Calton Heights",              -2274.10,   744.10,    -6.10, -1982.30,  1358.90,   200.00},
  303.     { "Chinatown",                   -2274.10,   578.30,    -7.60, -2078.60,   744.10,   200.00},
  304.     { "City Hall",                   -2867.80,   277.40,    -9.10, -2593.40,   458.40,   200.00},
  305.     { "Come-A-Lot",                   2087.30,   943.20,   -89.00,  2623.10,  1203.20,   110.90},
  306.     { "Commerce",                     1323.90, -1842.20,   -89.00,  1701.90, -1722.20,   110.90},
  307.     { "Commerce",                     1323.90, -1722.20,   -89.00,  1440.90, -1577.50,   110.90},
  308.     { "Commerce",                     1370.80, -1577.50,   -89.00,  1463.90, -1384.90,   110.90},
  309.     { "Commerce",                     1463.90, -1577.50,   -89.00,  1667.90, -1430.80,   110.90},
  310.     { "Commerce",                     1583.50, -1722.20,   -89.00,  1758.90, -1577.50,   110.90},
  311.     { "Commerce",                     1667.90, -1577.50,   -89.00,  1812.60, -1430.80,   110.90},
  312.     { "Conference Center",            1046.10, -1804.20,   -89.00,  1323.90, -1722.20,   110.90},
  313.     { "Conference Center",            1073.20, -1842.20,   -89.00,  1323.90, -1804.20,   110.90},
  314.     { "Creek",                        2749.90,  1937.20,   -89.00,  2921.60,  2669.70,   110.90},
  315.     { "Dillimore",                     580.70,  -674.80,    -9.50,   861.00,  -404.70,   200.00},
  316.     { "Doherty",                     -2270.00,  -324.10,    -0.00, -1794.90,  -222.50,   200.00},
  317.     { "Doherty",                     -2173.00,  -222.50,    -0.00, -1794.90,   265.20,   200.00},
  318.     { "Cranberry Station",           -2007.80,    56.30,     0.00, -1922.00,   224.70,   100.00},
  319.     { "Downtown San Fierro",                    -1982.30,   744.10,    -6.10, -1871.70,  1274.20,   200.00},
  320.     { "Downtown San Fierro",                    -1871.70,  1176.40,    -4.50, -1620.30,  1274.20,   200.00},
  321.     { "Downtown San Fierro",                    -1700.00,   744.20,    -6.10, -1580.00,  1176.50,   200.00},
  322.     { "Downtown San Fierro",                    -1580.00,   744.20,    -6.10, -1499.80,  1025.90,   200.00},
  323.     { "Downtown San Fierro",                    -2078.60,   578.30,    -7.60, -1499.80,   744.20,   200.00},
  324.     { "Downtown San Fierro",                    -1993.20,   265.20,    -9.10, -1794.90,   578.30,   200.00},
  325.     { "Downtown Los Santos",          1463.90, -1430.80,   -89.00,  1724.70, -1290.80,   110.90},
  326.     { "Downtown Los Santos",          1724.70, -1430.80,   -89.00,  1812.60, -1250.90,   110.90},
  327.     { "Downtown Los Santos",          1463.90, -1290.80,   -89.00,  1724.70, -1150.80,   110.90},
  328.     { "Downtown Los Santos",          1370.80, -1384.90,   -89.00,  1463.90, -1170.80,   110.90},
  329.     { "Downtown Los Santos",          1724.70, -1250.90,   -89.00,  1812.60, -1150.80,   110.90},
  330.     { "Downtown Los Santos",          1370.80, -1170.80,   -89.00,  1463.90, -1130.80,   110.90},
  331.     { "Downtown Los Santos",          1378.30, -1130.80,   -89.00,  1463.90, -1026.30,   110.90},
  332.     { "Downtown Los Santos",          1391.00, -1026.30,   -89.00,  1463.90,  -926.90,   110.90},
  333.     { "Downtown Los Santos",          1507.50, -1385.20,   110.90,  1582.50, -1325.30,   335.90},
  334.     { "East Beach",                   2632.80, -1852.80,   -89.00,  2959.30, -1668.10,   110.90},
  335.     { "East Beach",                   2632.80, -1668.10,   -89.00,  2747.70, -1393.40,   110.90},
  336.     { "East Beach",                   2747.70, -1668.10,   -89.00,  2959.30, -1498.60,   110.90},
  337.     { "East Beach",                   2747.70, -1498.60,   -89.00,  2959.30, -1120.00,   110.90},
  338.     { "East Los Santos",              2421.00, -1628.50,   -89.00,  2632.80, -1454.30,   110.90},
  339.     { "East Los Santos",              2222.50, -1628.50,   -89.00,  2421.00, -1494.00,   110.90},
  340.     { "East Los Santos",              2266.20, -1494.00,   -89.00,  2381.60, -1372.00,   110.90},
  341.     { "East Los Santos",              2381.60, -1494.00,   -89.00,  2421.00, -1454.30,   110.90},
  342.     { "East Los Santos",              2281.40, -1372.00,   -89.00,  2381.60, -1135.00,   110.90},
  343.     { "East Los Santos",              2381.60, -1454.30,   -89.00,  2462.10, -1135.00,   110.90},
  344.     { "East Los Santos",              2462.10, -1454.30,   -89.00,  2581.70, -1135.00,   110.90},
  345.     { "Easter Basin",                -1794.90,   249.90,    -9.10, -1242.90,   578.30,   200.00},
  346.     { "Easter Basin",                -1794.90,   -50.00,    -0.00, -1499.80,   249.90,   200.00},
  347.     { "Easter Bay Airport",          -1499.80,   -50.00,    -0.00, -1242.90,   249.90,   200.00},
  348.     { "Easter Bay Airport",          -1794.90,  -730.10,    -3.00, -1213.90,   -50.00,   200.00},
  349.     { "Easter Bay Airport",          -1213.90,  -730.10,     0.00, -1132.80,   -50.00,   200.00},
  350.     { "Easter Bay Airport",          -1242.90,   -50.00,     0.00, -1213.90,   578.30,   200.00},
  351.     { "Easter Bay Airport",          -1213.90,   -50.00,    -4.50,  -947.90,   578.30,   200.00},
  352.     { "Easter Bay Airport",          -1315.40,  -405.30,    15.40, -1264.40,  -209.50,    25.40},
  353.     { "Easter Bay Airport",          -1354.30,  -287.30,    15.40, -1315.40,  -209.50,    25.40},
  354.     { "Easter Bay Airport",          -1490.30,  -209.50,    15.40, -1264.40,  -148.30,    25.40},
  355.     { "Easter Bay Chemicals",        -1132.80,  -768.00,     0.00,  -956.40,  -578.10,   200.00},
  356.     { "Easter Bay Chemicals",        -1132.80,  -787.30,     0.00,  -956.40,  -768.00,   200.00},
  357.     { "El Castillo del Diablo",       -464.50,  2217.60,     0.00,  -208.50,  2580.30,   200.00},
  358.     { "El Castillo del Diablo",       -208.50,  2123.00,    -7.60,   114.00,  2337.10,   200.00},
  359.     { "El Castillo del Diablo",       -208.50,  2337.10,     0.00,     8.40,  2487.10,   200.00},
  360.     { "El Corona",                    1812.60, -2179.20,   -89.00,  1970.60, -1852.80,   110.90},
  361.     { "El Corona",                    1692.60, -2179.20,   -89.00,  1812.60, -1842.20,   110.90},
  362.     { "El Quebrados",                -1645.20,  2498.50,     0.00, -1372.10,  2777.80,   200.00},
  363.     { "Esplanade East",              -1620.30,  1176.50,    -4.50, -1580.00,  1274.20,   200.00},
  364.     { "Esplanade East",              -1580.00,  1025.90,    -6.10, -1499.80,  1274.20,   200.00},
  365.     { "Esplanade East",              -1499.80,   578.30,   -79.60, -1339.80,  1274.20,    20.30},
  366.     { "Esplanade North",             -2533.00,  1358.90,    -4.50, -1996.60,  1501.20,   200.00},
  367.     { "Esplanade North",             -1996.60,  1358.90,    -4.50, -1524.20,  1592.50,   200.00},
  368.     { "Esplanade North",             -1982.30,  1274.20,    -4.50, -1524.20,  1358.90,   200.00},
  369.     { "Fallen Tree",                  -792.20,  -698.50,    -5.30,  -452.40,  -380.00,   200.00},
  370.     { "Fallow Bridge",                 434.30,   366.50,     0.00,   603.00,   555.60,   200.00},
  371.     { "Fern Ridge",                    508.10,  -139.20,     0.00,  1306.60,   119.50,   200.00},
  372.     { "Financial",                   -1871.70,   744.10,    -6.10, -1701.30,  1176.40,   300.00},
  373.     { "Fisher's Lagoon",              1916.90,  -233.30,  -100.00,  2131.70,    13.80,   200.00},
  374.     { "Fisher's Lagoon",              2159.3101,-12.9404,  -100.00,  2206.4287,-241.8271,   200.00},//fixing req
  375.     { "Flint Intersection",           -187.70, -1596.70,   -89.00,    17.00, -1276.60,   110.90},
  376.     { "Flint Range",                  -594.10, -1648.50,     0.00,  -187.70, -1276.60,   200.00},
  377.     { "Fort Carson",                  -376.20,   826.30,    -3.00,   123.70,  1220.40,   200.00},
  378.     { "Foster Valley",               -2270.00,  -430.20,    -0.00, -2178.60,  -324.10,   200.00},
  379.     { "Foster Valley",               -2178.60,  -599.80,    -0.00, -1794.90,  -324.10,   200.00},
  380.     { "Foster Valley",               -2178.60, -1115.50,     0.00, -1794.90,  -599.80,   200.00},
  381.     { "Foster Valley",               -2178.60, -1250.90,     0.00, -1794.90, -1115.50,   200.00},
  382.     { "Frederick Bridge",             2759.20,   296.50,     0.00,  2774.20,   594.70,   200.00},
  383.     { "Gant Bridge",                 -2741.40,  1659.60,    -6.10, -2616.40,  2175.10,   200.00},
  384.     { "Gant Bridge",                 -2741.00,  1490.40,    -6.10, -2616.40,  1659.60,   200.00},
  385.     { "Ganton",                       2222.50, -1852.80,   -89.00,  2632.80, -1722.30,   110.90},
  386.     { "Ganton",                       2222.50, -1722.30,   -89.00,  2632.80, -1628.50,   110.90},
  387.     { "Garcia",                      -2411.20,  -222.50,    -0.00, -2173.00,   265.20,   200.00},
  388.     { "Garcia",                      -2395.10,  -222.50,    -5.30, -2354.00,  -204.70,   200.00},
  389.     { "Garver Bridge",               -1339.80,   828.10,   -89.00, -1213.90,  1057.00,   110.90},
  390.     { "Garver Bridge",               -1213.90,   950.00,   -89.00, -1087.90,  1178.90,   110.90},
  391.     { "Garver Bridge",               -1499.80,   696.40,  -179.60, -1339.80,   925.30,    20.30},
  392.     { "Glen Park",                    1812.60, -1449.60,   -89.00,  1996.90, -1350.70,   110.90},
  393.     { "Glen Park",                    1812.60, -1100.80,   -89.00,  1994.30,  -973.30,   110.90},
  394.     { "Glen Park",                    1812.60, -1350.70,   -89.00,  2056.80, -1100.80,   110.90},
  395.     { "Green Palms",                   176.50,  1305.40,    -3.00,   338.60,  1520.70,   200.00},
  396.     { "Greenglass College",            964.30,  1044.60,   -89.00,  1197.30,  1203.20,   110.90},
  397.     { "Greenglass College",            964.30,   930.80,   -89.00,  1166.50,  1044.60,   110.90},
  398.     { "Hampton Barns",                 603.00,   264.30,     0.00,   761.90,   366.50,   200.00},
  399.     { "Hankypanky Point",             2576.90,    62.10,     0.00,  2759.20,   385.50,   200.00},
  400.     { "Harry Gold Parkway",           1777.30,   863.20,   -89.00,  1817.30,  2342.80,   110.90},
  401.     { "Hashbury",                    -2593.40,  -222.50,    -0.00, -2411.20,    54.70,   200.00},
  402.     { "Hilltop Farm",                  967.30,  -450.30,    -3.00,  1176.70,  -217.90,   200.00},
  403.     { "Hunter Quarry",                 337.20,   710.80,  -115.20,   860.50,  1031.70,   203.70},
  404.     { "Idlewood",                     1812.60, -1852.80,   -89.00,  1971.60, -1742.30,   110.90},
  405.     { "Idlewood",                     1812.60, -1742.30,   -89.00,  1951.60, -1602.30,   110.90},
  406.     { "Idlewood",                     1951.60, -1742.30,   -89.00,  2124.60, -1602.30,   110.90},
  407.     { "Idlewood",                     1812.60, -1602.30,   -89.00,  2124.60, -1449.60,   110.90},
  408.     { "Idlewood",                     2124.60, -1742.30,   -89.00,  2222.50, -1494.00,   110.90},
  409.     { "Idlewood",                     1971.60, -1852.80,   -89.00,  2222.50, -1742.30,   110.90},
  410.     { "Jefferson",                    1996.90, -1449.60,   -89.00,  2056.80, -1350.70,   110.90},
  411.     { "Jefferson",                    2124.60, -1494.00,   -89.00,  2266.20, -1449.60,   110.90},
  412.     { "Jefferson",                    2056.80, -1372.00,   -89.00,  2281.40, -1210.70,   110.90},
  413.     { "Jefferson",                    2056.80, -1210.70,   -89.00,  2185.30, -1126.30,   110.90},
  414.     { "Jefferson",                    2185.30, -1210.70,   -89.00,  2281.40, -1154.50,   110.90},
  415.     { "Jefferson",                    2056.80, -1449.60,   -89.00,  2266.20, -1372.00,   110.90},
  416.     { "Julius Thruway East",          2623.10,   943.20,   -89.00,  2749.90,  1055.90,   110.90},
  417.     { "Julius Thruway East",          2685.10,  1055.90,   -89.00,  2749.90,  2626.50,   110.90},
  418.     { "Julius Thruway East",          2536.40,  2442.50,   -89.00,  2685.10,  2542.50,   110.90},
  419.     { "Julius Thruway East",          2625.10,  2202.70,   -89.00,  2685.10,  2442.50,   110.90},
  420.     { "Julius Thruway North",         2498.20,  2542.50,   -89.00,  2685.10,  2626.50,   110.90},
  421.     { "Julius Thruway North",         2237.40,  2542.50,   -89.00,  2498.20,  2663.10,   110.90},
  422.     { "Julius Thruway North",         2121.40,  2508.20,   -89.00,  2237.40,  2663.10,   110.90},
  423.     { "Julius Thruway North",         1938.80,  2508.20,   -89.00,  2121.40,  2624.20,   110.90},
  424.     { "Julius Thruway North",         1534.50,  2433.20,   -89.00,  1848.40,  2583.20,   110.90},
  425.     { "Julius Thruway North",         1848.40,  2478.40,   -89.00,  1938.80,  2553.40,   110.90},
  426.     { "Julius Thruway North",         1704.50,  2342.80,   -89.00,  1848.40,  2433.20,   110.90},
  427.     { "Julius Thruway North",         1377.30,  2433.20,   -89.00,  1534.50,  2507.20,   110.90},
  428.     { "Julius Thruway South",         1457.30,   823.20,   -89.00,  2377.30,   863.20,   110.90},
  429.     { "Julius Thruway South",         2377.30,   788.80,   -89.00,  2537.30,   897.90,   110.90},
  430.     { "Julius Thruway West",          1197.30,  1163.30,   -89.00,  1236.60,  2243.20,   110.90},
  431.     { "Julius Thruway West",          1236.60,  2142.80,   -89.00,  1297.40,  2243.20,   110.90},
  432.     { "Juniper Hill",                -2533.00,   578.30,    -7.60, -2274.10,   968.30,   200.00},
  433.     { "Juniper Hollow",              -2533.00,   968.30,    -6.10, -2274.10,  1358.90,   200.00},
  434.     { "K.A.C.C. Military Fuels",      2498.20,  2626.50,   -89.00,  2749.90,  2861.50,   110.90},
  435.     { "Kincaid Bridge",              -1339.80,   599.20,   -89.00, -1213.90,   828.10,   110.90},
  436.     { "Kincaid Bridge",              -1213.90,   721.10,   -89.00, -1087.90,   950.00,   110.90},
  437.     { "Kincaid Bridge",              -1087.90,   855.30,   -89.00,  -961.90,   986.20,   110.90},
  438.     { "King's",                      -2329.30,   458.40,    -7.60, -1993.20,   578.30,   200.00},
  439.     { "King's",                      -2411.20,   265.20,    -9.10, -1993.20,   373.50,   200.00},
  440.     { "King's",                      -2253.50,   373.50,    -9.10, -1993.20,   458.40,   200.00},
  441.     { "LVA Freight Depot",            1457.30,   863.20,   -89.00,  1777.40,  1143.20,   110.90},
  442.     { "LVA Freight Depot",            1375.60,   919.40,   -89.00,  1457.30,  1203.20,   110.90},
  443.     { "LVA Freight Depot",            1277.00,  1087.60,   -89.00,  1375.60,  1203.20,   110.90},
  444.     { "LVA Freight Depot",            1315.30,  1044.60,   -89.00,  1375.60,  1087.60,   110.90},
  445.     { "LVA Freight Depot",            1236.60,  1163.40,   -89.00,  1277.00,  1203.20,   110.90},
  446.     { "Las Barrancas",                -926.10,  1398.70,    -3.00,  -719.20,  1634.60,   200.00},
  447.     { "Las Brujas",                   -365.10,  2123.00,    -3.00,  -208.50,  2217.60,   200.00},
  448.     { "Las Colinas",                  1994.30, -1100.80,   -89.00,  2056.80,  -920.80,   110.90},
  449.     { "Las Colinas",                  2056.80, -1126.30,   -89.00,  2126.80,  -920.80,   110.90},
  450.     { "Las Colinas",                  2185.30, -1154.50,   -89.00,  2281.40,  -934.40,   110.90},
  451.     { "Las Colinas",                  2126.80, -1126.30,   -89.00,  2185.30,  -934.40,   110.90},
  452.     { "Las Colinas",                  2747.70, -1120.00,   -89.00,  2959.30,  -945.00,   110.90},
  453.     { "Las Colinas",                  2632.70, -1135.00,   -89.00,  2747.70,  -945.00,   110.90},
  454.     { "Las Colinas",                  2281.40, -1135.00,   -89.00,  2632.70,  -945.00,   110.90},
  455.     { "Las Payasadas",                -354.30,  2580.30,     2.00,  -133.60,  2816.80,   200.00},
  456.     { "Las Venturas Airport",         1236.60,  1203.20,   -89.00,  1457.30,  1883.10,   110.90},
  457.     { "Las Venturas Airport",         1457.30,  1203.20,   -89.00,  1777.30,  1883.10,   110.90},
  458.     { "Las Venturas Airport",         1457.30,  1143.20,   -89.00,  1777.40,  1203.20,   110.90},
  459.     { "Las Venturas Airport",         1515.80,  1586.40,   -12.50,  1729.90,  1714.50,    87.50},
  460.     { "Last Dime Motel",              1823.00,   596.30,   -89.00,  1997.20,   823.20,   110.90},
  461.     { "Leafy Hollow",                -1166.90, -1856.00,     0.00,  -815.60, -1602.00,   200.00},
  462.     { "Drylake",                        -90.20,  1286.80,    -3.00,   153.80,  1554.10,   200.00},
  463.     { "Linden Side",                  2749.90,   943.20,   -89.00,  2923.30,  1198.90,   110.90},
  464.     { "Linden Station",               2749.90,  1198.90,   -89.00,  2923.30,  1548.90,   110.90},
  465.     { "Linden Station",               2811.20,  1229.50,   -39.50,  2861.20,  1407.50,    60.40},
  466.     { "Little Mexico",                1701.90, -1842.20,   -89.00,  1812.60, -1722.20,   110.90},
  467.     { "Little Mexico",                1758.90, -1722.20,   -89.00,  1812.60, -1577.50,   110.90},
  468.     { "Los Flores",                   2581.70, -1454.30,   -89.00,  2632.80, -1393.40,   110.90},
  469.     { "Los Flores",                   2581.70, -1393.40,   -89.00,  2747.70, -1135.00,   110.90},
  470.     { "Los Santos International",     1249.60, -2394.30,   -89.00,  1852.00, -2179.20,   110.90},
  471.     { "Los Santos International",     1852.00, -2394.30,   -89.00,  2089.00, -2179.20,   110.90},
  472.     { "Los Santos International",     1382.70, -2730.80,   -89.00,  2201.80, -2394.30,   110.90},
  473.     { "Los Santos International",     1974.60, -2394.30,   -39.00,  2089.00, -2256.50,    60.90},
  474.     { "Los Santos International",     1400.90, -2669.20,   -39.00,  2189.80, -2597.20,    60.90},
  475.     { "Los Santos International",     2051.60, -2597.20,   -39.00,  2152.40, -2394.30,    60.90},
  476.     { "Marina",                        647.70, -1804.20,   -89.00,   851.40, -1577.50,   110.90},
  477.     { "Marina",                        647.70, -1577.50,   -89.00,   807.90, -1416.20,   110.90},
  478.     { "Marina",                        807.90, -1577.50,   -89.00,   926.90, -1416.20,   110.90},
  479.     { "Market",                        787.40, -1416.20,   -89.00,  1072.60, -1310.20,   110.90},
  480.     { "Market",                        952.60, -1310.20,   -89.00,  1072.60, -1130.80,   110.90},
  481.     { "Market",                       1072.60, -1416.20,   -89.00,  1370.80, -1130.80,   110.90},
  482.     { "Market",                        926.90, -1577.50,   -89.00,  1370.80, -1416.20,   110.90},
  483.     { "Market Station",                787.40, -1410.90,   -34.10,   866.00, -1310.20,    65.80},
  484.     { "Martin Bridge",                -222.10,   293.30,     0.00,  -122.10,   476.40,   200.00},
  485.     { "Missionary Hill",             -2994.40,  -811.20,     0.00, -2178.60,  -430.20,   200.00},
  486.     { "Montgomery",                   1119.50,   119.50,    -3.00,  1451.40,   493.30,   200.00},
  487.     { "Montgomery",                   1451.40,   347.40,    -6.10,  1582.40,   420.80,   200.00},
  488.     { "Montgomery Intersection",      1546.60,   208.10,     0.00,  1745.80,   347.40,   200.00},
  489.     { "Montgomery Intersection",      1582.40,   347.40,     0.00,  1664.60,   401.70,   200.00},
  490.     { "Mulholland",                   1414.00,  -768.00,   -89.00,  1667.60,  -452.40,   110.90},
  491.     { "Mulholland",                   1281.10,  -452.40,   -89.00,  1641.10,  -290.90,   110.90},
  492.     { "Mulholland",                   1269.10,  -768.00,   -89.00,  1414.00,  -452.40,   110.90},
  493.     { "Mulholland",                   1357.00,  -926.90,   -89.00,  1463.90,  -768.00,   110.90},
  494.     { "Mulholland",                   1318.10,  -910.10,   -89.00,  1357.00,  -768.00,   110.90},
  495.     { "Mulholland",                   1169.10,  -910.10,   -89.00,  1318.10,  -768.00,   110.90},
  496.     { "Mulholland",                    768.60,  -954.60,   -89.00,   952.60,  -860.60,   110.90},
  497.     { "Mulholland",                    687.80,  -860.60,   -89.00,   911.80,  -768.00,   110.90},
  498.     { "Mulholland",                    737.50,  -768.00,   -89.00,  1142.20,  -674.80,   110.90},
  499.     { "Mulholland",                   1096.40,  -910.10,   -89.00,  1169.10,  -768.00,   110.90},
  500.     { "Mulholland",                    952.60,  -937.10,   -89.00,  1096.40,  -860.60,   110.90},
  501.     { "Mulholland",                    911.80,  -860.60,   -89.00,  1096.40,  -768.00,   110.90},
  502.     { "Mulholland",                    861.00,  -674.80,   -89.00,  1156.50,  -600.80,   110.90},
  503.     { "Mulholland Intersection",      1463.90, -1150.80,   -89.00,  1812.60,  -768.00,   110.90},
  504.     { "North Rock",                   2285.30,  -768.00,     0.00,  2770.50,  -269.70,   200.00},
  505.     { "Ocean Docks",                  2373.70, -2697.00,   -89.00,  2809.20, -2330.40,   110.90},
  506.     { "Ocean Docks",                  2201.80, -2418.30,   -89.00,  2324.00, -2095.00,   110.90},
  507.     { "Ocean Docks",                  2324.00, -2302.30,   -89.00,  2703.50, -2145.10,   110.90},
  508.     { "Ocean Docks",                  2089.00, -2394.30,   -89.00,  2201.80, -2235.80,   110.90},
  509.     { "Ocean Docks",                  2201.80, -2730.80,   -89.00,  2324.00, -2418.30,   110.90},
  510.     { "Ocean Docks",                  2703.50, -2302.30,   -89.00,  2959.30, -2126.90,   110.90},
  511.     { "Ocean Docks",                  2324.00, -2145.10,   -89.00,  2703.50, -2059.20,   110.90},
  512.     { "Ocean Flats",                 -2994.40,   277.40,    -9.10, -2867.80,   458.40,   200.00},
  513.     { "Ocean Flats",                 -2994.40,  -222.50,    -0.00, -2593.40,   277.40,   200.00},
  514.     { "Ocean Flats",                 -2994.40,  -430.20,    -0.00, -2831.80,  -222.50,   200.00},
  515.     { "Octane Springs",                338.60,  1228.50,     0.00,   664.30,  1655.00,   200.00},
  516.     { "Old Venturas Strip",           2162.30,  2012.10,   -89.00,  2685.10,  2202.70,   110.90},
  517.     { "Palisades",                   -2994.40,   458.40,    -6.10, -2741.00,  1339.60,   200.00},
  518.     { "Palomino Creek",               2160.20,  -149.00,     0.00,  2576.90,   228.30,   200.00},
  519.     { "The Bank",               2304.559326,  -18.569759,     23.898477,  2320.408691,   0.768405,   34.062568},
  520.     { "Paradiso",                    -2741.00,   793.40,    -6.10, -2533.00,  1268.40,   200.00},
  521.     { "Pershing Square",              1440.90, -1722.20,   -89.00,  1583.50, -1577.50,   110.90},
  522.     { "Pilgrim",                      2437.30,  1383.20,   -89.00,  2624.40,  1783.20,   110.90},
  523.     { "Pilgrim",                      2624.40,  1383.20,   -89.00,  2685.10,  1783.20,   110.90},
  524.     { "Pilson Intersection",          1098.30,  2243.20,   -89.00,  1377.30,  2507.20,   110.90},
  525.     { "Pirates in Men's Pants",       1817.30,  1469.20,   -89.00,  2027.40,  1703.20,   110.90},
  526.     { "Playa del Seville",            2703.50, -2126.90,   -89.00,  2959.30, -1852.80,   110.90},
  527.     { "Prickle Pine",                 1534.50,  2583.20,   -89.00,  1848.40,  2863.20,   110.90},
  528.     { "Prickle Pine",                 1117.40,  2507.20,   -89.00,  1534.50,  2723.20,   110.90},
  529.     { "Prickle Pine",                 1848.40,  2553.40,   -89.00,  1938.80,  2863.20,   110.90},
  530.     { "Prickle Pine",                 1938.80,  2624.20,   -89.00,  2121.40,  2861.50,   110.90},
  531.     { "Queens",                      -2533.00,   458.40,     0.00, -2329.30,   578.30,   200.00},
  532.     { "Queens",                      -2593.40,    54.70,     0.00, -2411.20,   458.40,   200.00},
  533.     { "Queens",                      -2411.20,   373.50,     0.00, -2253.50,   458.40,   200.00},
  534.     { "Randolph Industrial Estate",   1558.00,   596.30,   -89.00,  1823.00,   823.20,   110.90},
  535.     { "Redsands East",                1817.30,  2011.80,   -89.00,  2106.70,  2202.70,   110.90},
  536.     { "Redsands East",                1817.30,  2202.70,   -89.00,  2011.90,  2342.80,   110.90},
  537.     { "Redsands East",                1848.40,  2342.80,   -89.00,  2011.90,  2478.40,   110.90},
  538.     { "Redsands West",                1236.60,  1883.10,   -89.00,  1777.30,  2142.80,   110.90},
  539.     { "Redsands West",                1297.40,  2142.80,   -89.00,  1777.30,  2243.20,   110.90},
  540.     { "Redsands West",                1377.30,  2243.20,   -89.00,  1704.50,  2433.20,   110.90},
  541.     { "Redsands West",                1704.50,  2243.20,   -89.00,  1777.30,  2342.80,   110.90},
  542.     { "Regular Tom",                  -405.70,  1712.80,    -3.00,  -276.70,  1892.70,   200.00},
  543.     { "Richman",                       647.50, -1118.20,   -89.00,   787.40,  -954.60,   110.90},
  544.     { "Richman",                       647.50,  -954.60,   -89.00,   768.60,  -860.60,   110.90},
  545.     { "Richman",                       225.10, -1369.60,   -89.00,   334.50, -1292.00,   110.90},
  546.     { "Richman",                       225.10, -1292.00,   -89.00,   466.20, -1235.00,   110.90},
  547.     { "Richman",                        72.60, -1404.90,   -89.00,   225.10, -1235.00,   110.90},
  548.     { "Richman",                        72.60, -1235.00,   -89.00,   321.30, -1008.10,   110.90},
  549.     { "Richman",                       321.30, -1235.00,   -89.00,   647.50, -1044.00,   110.90},
  550.     { "Richman",                       321.30, -1044.00,   -89.00,   647.50,  -860.60,   110.90},
  551.     { "Richman",                       321.30,  -860.60,   -89.00,   687.80,  -768.00,   110.90},
  552.     { "Richman",                       321.30,  -768.00,   -89.00,   700.70,  -674.80,   110.90},
  553.     { "Robada Intersection",         -1119.00,  1178.90,   -89.00,  -862.00,  1351.40,   110.90},
  554.     { "Roca Escalante",               2237.40,  2202.70,   -89.00,  2536.40,  2542.50,   110.90},
  555.     { "Roca Escalante",               2536.40,  2202.70,   -89.00,  2625.10,  2442.50,   110.90},
  556.     { "Rockshore East",               2537.30,   676.50,   -89.00,  2902.30,   943.20,   110.90},
  557.     { "Rockshore West",               1997.20,   596.30,   -89.00,  2377.30,   823.20,   110.90},
  558.     { "Rockshore West",               2377.30,   596.30,   -89.00,  2537.30,   788.80,   110.90},
  559.     { "Rodeo",                          72.60, -1684.60,   -89.00,   225.10, -1544.10,   110.90},
  560.     { "Rodeo",                          72.60, -1544.10,   -89.00,   225.10, -1404.90,   110.90},
  561.     { "Rodeo",                         225.10, -1684.60,   -89.00,   312.80, -1501.90,   110.90},
  562.     { "Rodeo",                         225.10, -1501.90,   -89.00,   334.50, -1369.60,   110.90},
  563.     { "Rodeo",                         334.50, -1501.90,   -89.00,   422.60, -1406.00,   110.90},
  564.     { "Rodeo",                         312.80, -1684.60,   -89.00,   422.60, -1501.90,   110.90},
  565.     { "Rodeo",                         422.60, -1684.60,   -89.00,   558.00, -1570.20,   110.90},
  566.     { "Rodeo",                         558.00, -1684.60,   -89.00,   647.50, -1384.90,   110.90},
  567.     { "Rodeo",                         466.20, -1570.20,   -89.00,   558.00, -1385.00,   110.90},
  568.     { "Rodeo",                         422.60, -1570.20,   -89.00,   466.20, -1406.00,   110.90},
  569.     { "Rodeo",                         466.20, -1385.00,   -89.00,   647.50, -1235.00,   110.90},
  570.     { "Rodeo",                         334.50, -1406.00,   -89.00,   466.20, -1292.00,   110.90},
  571.     { "Royal Casino",                 2087.30,  1383.20,   -89.00,  2437.30,  1543.20,   110.90},
  572.     { "San Andreas Sound",            2450.30,   385.50,  -100.00,  2759.20,   562.30,   200.00},
  573.     { "Santa Flora",                 -2741.00,   458.40,    -7.60, -2533.00,   793.40,   200.00},
  574.     { "Santa Maria Beach",             342.60, -2173.20,   -89.00,   647.70, -1684.60,   110.90},
  575.     { "Santa Maria Beach",              72.60, -2173.20,   -89.00,   342.60, -1684.60,   110.90},
  576.     { "Shady Cabin",                 -1632.80, -2263.40,    -3.00, -1601.30, -2231.70,   200.00},
  577.     { "Shady Creeks",                -1820.60, -2643.60,    -8.00, -1226.70, -1771.60,   200.00},
  578.     { "Shady Creeks",                -2030.10, -2174.80,    -6.10, -1820.60, -1771.60,   200.00},
  579.     { "Sobell Rail Yards",            2749.90,  1548.90,   -89.00,  2923.30,  1937.20,   110.90},
  580.     { "Spinybed",                     2121.40,  2663.10,   -89.00,  2498.20,  2861.50,   110.90},
  581.     { "Starfish Casino",              2437.30,  1783.20,   -89.00,  2685.10,  2012.10,   110.90},
  582.     { "Starfish Casino",              2437.30,  1858.10,   -39.00,  2495.00,  1970.80,    60.90},
  583.     { "Starfish Casino",              2162.30,  1883.20,   -89.00,  2437.30,  2012.10,   110.90},
  584.     { "Temple",                       1252.30, -1130.80,   -89.00,  1378.30, -1026.30,   110.90},
  585.     { "Temple",                       1252.30, -1026.30,   -89.00,  1391.00,  -926.90,   110.90},
  586.     { "Temple",                       1252.30,  -926.90,   -89.00,  1357.00,  -910.10,   110.90},
  587.     { "Temple",                        952.60, -1130.80,   -89.00,  1096.40,  -937.10,   110.90},
  588.     { "Temple",                       1096.40, -1130.80,   -89.00,  1252.30, -1026.30,   110.90},
  589.     { "Temple",                       1096.40, -1026.30,   -89.00,  1252.30,  -910.10,   110.90},
  590.     { "The Camel's Toe",              2087.30,  1203.20,   -89.00,  2640.40,  1383.20,   110.90},
  591.     { "The Clown's Pocket",           2162.30,  1783.20,   -89.00,  2437.30,  1883.20,   110.90},
  592.     { "The Emerald Isle",             2011.90,  2202.70,   -89.00,  2237.40,  2508.20,   110.90},
  593.     { "The Farm",                    -1209.60, -1317.10,   114.90,  -908.10,  -787.30,   251.90},
  594.     { "Four Dragons Casino",      1817.30,   863.20,   -89.00,  2027.30,  1083.20,   110.90},
  595.     { "The High Roller",              1817.30,  1283.20,   -89.00,  2027.30,  1469.20,   110.90},
  596.     { "The Mako Span",                1664.60,   401.70,     0.00,  1785.10,   567.20,   200.00},
  597.     { "The Panopticon",               -947.90,  -304.30,    -1.10,  -319.60,   327.00,   200.00},
  598.     { "The Pink Swan",                1817.30,  1083.20,   -89.00,  2027.30,  1283.20,   110.90},
  599.     { "The Sherman Dam",              -968.70,  1929.40,    -3.00,  -481.10,  2155.20,   200.00},
  600.     { "The Strip",                    2027.40,   863.20,   -89.00,  2087.30,  1703.20,   110.90},
  601.     { "The Strip",                    2106.70,  1863.20,   -89.00,  2162.30,  2202.70,   110.90},
  602.     { "The Strip",                    2027.40,  1783.20,   -89.00,  2162.30,  1863.20,   110.90},
  603.     { "The Strip",                    2027.40,  1703.20,   -89.00,  2137.40,  1783.20,   110.90},
  604.     { "The Visage",                   1817.30,  1863.20,   -89.00,  2106.70,  2011.80,   110.90},
  605.     { "The Visage",                   1817.30,  1703.20,   -89.00,  2027.40,  1863.20,   110.90},
  606.     { "Unity Station",                1692.60, -1971.80,   -20.40,  1812.60, -1932.80,    79.50},
  607.     { "Valle Ocultado",               -936.60,  2611.40,     2.00,  -715.90,  2847.90,   200.00},
  608.     { "Verdant Bluffs",                930.20, -2488.40,   -89.00,  1249.60, -2006.70,   110.90},
  609.     { "Verdant Bluffs",               1073.20, -2006.70,   -89.00,  1249.60, -1842.20,   110.90},
  610.     { "Verdant Bluffs",               1249.60, -2179.20,   -89.00,  1692.60, -1842.20,   110.90},
  611.     { "Verdant Meadows",                37.00,  2337.10,    -3.00,   435.90,  2677.90,   200.00},
  612.     { "Verona Beach",                  647.70, -2173.20,   -89.00,   930.20, -1804.20,   110.90},
  613.     { "Verona Beach",                  930.20, -2006.70,   -89.00,  1073.20, -1804.20,   110.90},
  614.     { "Verona Beach",                  851.40, -1804.20,   -89.00,  1046.10, -1577.50,   110.90},
  615.     { "Verona Beach",                 1161.50, -1722.20,   -89.00,  1323.90, -1577.50,   110.90},
  616.     { "Verona Beach",                 1046.10, -1722.20,   -89.00,  1161.50, -1577.50,   110.90},
  617.     { "Vinewood",                      787.40, -1310.20,   -89.00,   952.60, -1130.80,   110.90},
  618.     { "Vinewood",                      787.40, -1130.80,   -89.00,   952.60,  -954.60,   110.90},
  619.     { "Vinewood",                      647.50, -1227.20,   -89.00,   787.40, -1118.20,   110.90},
  620.     { "Vinewood",                      647.70, -1416.20,   -89.00,   787.40, -1227.20,   110.90},
  621.     { "Whitewood Estates",             883.30,  1726.20,   -89.00,  1098.30,  2507.20,   110.90},
  622.     { "Whitewood Estates",            1098.30,  1726.20,   -89.00,  1197.30,  2243.20,   110.90},
  623.     { "Willowfield",                  1970.60, -2179.20,   -89.00,  2089.00, -1852.80,   110.90},
  624.     { "Willowfield",                  2089.00, -2235.80,   -89.00,  2201.80, -1989.90,   110.90},
  625.     { "Willowfield",                  2089.00, -1989.90,   -89.00,  2324.00, -1852.80,   110.90},
  626.     { "Willowfield",                  2201.80, -2095.00,   -89.00,  2324.00, -1989.90,   110.90},
  627.     { "Willowfield",                  2541.70, -1941.40,   -89.00,  2703.50, -1852.80,   110.90},
  628.     { "Willowfield",                  2324.00, -2059.20,   -89.00,  2541.70, -1852.80,   110.90},
  629.     { "Willowfield",                  2541.70, -2059.20,   -89.00,  2703.50, -1941.40,   110.90},
  630.     { "Yellow Bell Station",          1377.40,  2600.40,   -21.90,  1492.40,  2687.30,    78.00},
  631.     { "Area 69",                      -76.40,   1640.00,   -31.90,   411.90,  2104.50,   110.90},
  632.     { "Mt Chilid",                  -2178.69, -1771.66, -47.9166, -1936.12, -1250.97, 576.083},
  633.     { "Mt Chilid",                  -2997.47, -1115.58, -47.9166, -2178.69, -971.913, 576.083},
  634.     { "Mt Chilid",                  -2994.49, -2189.91, -47.9166, -2178.69, -1115.58, 576.083},
  635.     { "Mt Chilid",                  -2178.69, -2189.91, -47.9166, -2030.12, -1771.66, 576.083},
  636.  
  637.     { "Las Venturas Police Department",         2232.498291, 2418.455322, -12.173527,   2362.441894, 2507.993164, 63.065238},
  638.     { "Fort Carson Police Department",              -230.904190, 970.897399, 10.961053,   -203.024932, 1008.184326, 31.556842},
  639.     { "San Fierro Police Department",               -1701.343750, 645.266418, -8.025504,   -1566.817993, 739.054626, 43.884708},
  640.     { "Easter Basin Naval Base",    -1327.880371, 262.464782, -6.025504,   -1546.704101, 482.191101, 77.884708},
  641.     { "Easter Basin Naval Base",    -1338.813232, 433.234436, -8.212993,   -1215.041259, 513.082885, 77.396087},
  642.     { "Los Santos Police Department",               1524.781982, -1722.307250, 2.300681,   1608.217041, -1602.139648, 33.575767},
  643.     { "Las Venturas CIA HQ",                    917.040283, 1622.990112, -20.659710,   997.276794, 1843.037231, 50.421716},
  644.  
  645.     { "Solarin Industries",      -1861.995605, -26.314809, -20.659710,   -1784.134155, 207.519439, 37.268268},
  646.  
  647.     { "Yellow Bell Golf Coarse",    1115.880615, 2723.345458, -8.739997,   1534.999511, 2860.726806, 38.798267},
  648.  
  649.     { "Casino Construction Yard",   2363.523681, 1784.192382, 6.394698,   2497.072021, 1967.805786, 90.973678},
  650.  
  651.     { "Las Venturas Shopping Centre",   2497.338378, 1723.411499, -4.597931,   2678.088378, 1942.676269, 50.309623},
  652.  
  653.     { "Las Venturas Shopping Centre",   2537.458984, 1623.027099, -11.783861,   2677.679931, 1723.449218, 50.309623},
  654.  
  655.     { "Los Santos Memorial",    805.577331, -1130.819702, -11.783861,   953.000732, -1071.248657, 50.309623},
  656.  
  657.     { "Los Santos Memorial",    875.369506, -1093.800415, -11.783861,   953.026184, -1054.499145, 50.309623},
  658.  
  659.     { "Grove Street",   2229.667968, -1673.973022, -4.773423,   2468.485839, -1641.644409, 50.780284},
  660.  
  661.     { "Grove Street",   2443.229492, -1695.493896, -4.773423,   2539.640380, -1628.855102, 50.780284},
  662.  
  663.     { "Los Santos Forum",   2632.844238, -1900.642456, -4.773423,   2817.252197, -1651.548828, 100.780284},
  664.  
  665.     { "InterGlobal Television", 642.7440,-1410.6433,-13.5276,   792.4412,-1310.7609,50.3828},
  666.  
  667.     { "Saints Boulevard",   2706.952880, -1652.251586, -4.773423,   2755.946289, -1057.732543, 100.780284},
  668.  
  669.     { "Saints Boulevard",   2652.410644, -1096.677856, -4.773423,   2713.042480, -1057.966430, 100.780284},
  670.  
  671.     { "Observatory",    1071.753784, -2109.597167, 40.773423,   1288.701171, -1994.689575, 110.780284},
  672.  
  673.     { "Tall Ass Building"1498.361328, -1400.564453, 4.654326,   1596.943603, -1309.126708, 396.201477},
  674.  
  675.     { "All Saints Hospital",    1150.050659, -1385.414550, 6.523740,   1211.456665, -1291.120117, 50.190818},
  676.  
  677.     { "LS Shopping Centre", 1031.759277, -1567.046508, -10.523740,   1190.629760, -1411.996704, 60.190818},
  678.  
  679.     { "LS Fire Department", 1265.439941, -1389.290039, 1.345542,   1337.417602, -1286.284301, 50.777141},
  680.  
  681.     { "Sasuke_Uchiha's Place"1187.328491, -844.757507, 62.685260,   1314.559570, -763.666687, 130.536148},
  682.  
  683.     { "Los Santos General Hospital",    1992.369628, -1455.864868, 1.643540,   2061.944335, -1345.942993, 100.641075},
  684.  
  685.     { "Los Santos General Hospital",    2036.569702, -1455.886230, 1.643540,   2107.509033, -1389.505126, 100.641075},
  686.  
  687.     { "Skate Park", 1856.918457, -1456.549682, -1.288437,   1982.168334, -1345.826904, 100.641075},
  688.  
  689.     { "Yacht Harbor",   358.473846, -2091.349853, -26.357727,   411.351196, -1654.742797, 80.641075},
  690.  
  691.     { "Mt Chilid Lookout"-2254.333984, -1757.343383, 477.182647,   -2226.798828, -1700.807495, 494.804931},
  692.  
  693.     { "Angel Pine Junk Yard",   -1942.284545, -1825.822875, 12.131398,   -1715.062377, -1533.990478, 50.463317},
  694.  
  695.     { "San Fierro Stadium", -2238.451660, -546.024353, 12.131398,   -1964.364013, -357.585876, 100.463317},
  696.  
  697.     { "San Fierro Baseball Field"-2388.956542, 60.106594, 27.917329,   -2284.063232, 226.967666, 72.905815},
  698.  
  699.     { "Wang Cars"-2000.846557, 218.169082, 20.703657,   -1874.971069, 309.742553, 70.908798},
  700.  
  701.     { "Zombotech"-2011.501586, 597.567993, 25.799007,   -1886.670410, 739.747497, 190.881561},
  702.  
  703.     { "LV Fire Department", 1717.201171, 2063.364013, 8.739946,   1813.632324, 2162.960937, 50.914062},
  704.  
  705.     { "Las Venturas Baseball Field",    1294.327392, 2063.442138, 3.654628,   1517.552490, 2238.347167, 50.914062},
  706.  
  707.     { "Las Venturas Baseball Field",    1347.028320, 2183.375000, 3.654628,   1557.705688, 2303.075195, 50.914062},
  708.  
  709.     { "Las Venturas Hospital"1557.945312, 1718.273559, 3.654628,   1642.495849, 1868.213989, 50.914062},
  710.  
  711.     { "Shody's Used Cars"1657.974609, 1783.283081, 5.654628,   1757.874755, 1860.054931, 50.914062},
  712.  
  713.     { "Shody's Used Cars"1717.697021, 1859.022583, 5.279683,   1757.284545, 2043.195678, 50.914062},
  714.  
  715.     { "Creek Mall", 2775.756347, 2303.633789, -5.279683,   2924.664794, 2662.609130, 50.914062},
  716.  
  717.     { "VRock Hotel",    2557.848144, 2243.546630, -5.279683,   2638.541748, 2474.664306, 60.914062},
  718.  
  719.     { "VRock Hotel",    2632.518066, 2303.380859, -5.279683,   2638.368408, 2475.308837, 60.914062},
  720.  
  721.     { "San Fierro Fire Department", -2075.603271, 40.313823, 3.654628,   -2011.557617, 98.517410, 50.914062},
  722.  
  723.     { "San Fierro Medical", -2745.548339, 573.690551, 3.654628,   -2532.145263, 703.704895, 80.914062},
  724.  
  725.     { "San Fierro Driving School"-2095.734863, -280.862457, 26.530603,   -2011.208129, -75.464454, 60.914062},
  726.  
  727.     { "Ottos Autos",    -1711.987304, 1193.898437, 7.187500,   -1600.849853, 1257.502685, 40.914062},
  728.  
  729.     { "Pier 69",    -1686.963256, 1308.636474, -9.187500,   -1625.998901, 1486.100830, 40.914062},
  730.  
  731.     { "Angel Pine Medical", -2239.681396, -2293.072998, 10.187500,   -2175.990234, -2290.616455, 40.914062},
  732.  
  733.     { "Coutt And Schutz Used Cars", 2113.968750, -1162.174316, 10.187500,   2139.905029, -1120.575683, 40.914062},
  734.  
  735.     { "Los Santos City Hall",   1394.367065, -1835.761962, 1.187500,   1564.273803, -1737.762573, 200.914062},
  736.  
  737.     { "Grotti Used Cars",   494.300384, -1342.779174, 1.187500,   556.631347, -1223.464599, 40.914062},
  738.  
  739.     { "Fort Carson Medical",    -343.772460, 1006.060058, 1.187500,   -285.524414, 1070.491455, 40.914062},
  740.  
  741.     { "El Quebrados Medical",   -1534.145141, 2504.763427, 30.187500,   -1495.463623, 2544.136230, 80.914062},
  742.  
  743.     { "Astros Drive In",    76.322387, 1021.433471, 9.829201,   176.480285, 1118.593505, 40.283676},
  744.  
  745.     { "BaySide Tunnel",-2290.19, 2548.29, -89.084, -1950.19, 2723.29, 110.916},
  746.  
  747.     { "San Fierro Memorial",    -2594.725341,  -60.808105, -1.501790,   -2552.730712, 29.218940, 35.816322},
  748.  
  749.     { "Easter Tunnel"-1709.71, -833.034, -1.52588, -1446.01, -730.118, 200.0},
  750.  
  751.     { "San Fierro Bay", -2613.851562,  1443.915893, -61.810527,   -2001.015625, 1814.184936, 121.293045},
  752.  
  753.     { "Ghost Town", -461.788085,  2201.163085, 20.810527,   -309.772094, 2281.911376, 80.293045},
  754.  
  755.     { "Shady Cabin",    -1683.305786, -2267.839355, 20.810527,   -1616.917968, -2219.926513, 40.293045},
  756.  
  757.     { "Los Santos CIA HQ"1509.814453, -1481.325927, -10.500000,   1540.913940, -1445.724853, 60.382812},
  758.  
  759.     { "SA-MP Office Tower", 1767.604492, -1320.813232, 1.00000,   1836.872314, -1297.520141, 200.0000},
  760.  
  761.     { "SA-MP Office Tower", 1815.789550, -1320.481811, 1.00000,   1837.092163, -1270.537109, 200.0000},
  762.  
  763.     { "Atrium", 1700.681396, -1673.914550, 1.221561,   1735.109985, -1638.706542, 40.230453},
  764.  
  765.     { "Torenos Ranch"-716.462951, 895.154907, -10.221561,   -648.381103, 992.079101, 40.230453},
  766.     { "Testing House",  1028.9883,-665.1201,115.1744,1067.2587,-623.9216,148.6375}//fixing req
  767. };
  768.  
  769.  
  770. enum MBInfo {
  771.     bool:LostMoneyBag,
  772.     bool:LostGoldBag,
  773.     Float:BagX,
  774.     Float:BagY,
  775.     Float:BagZ,
  776.     BagObject,
  777.     BagLoc[50]
  778. };
  779. new MoneyBagInfo[MBInfo];
  780.  
  781. enum MbSpawnInfo {
  782.     Float:XPOS,
  783.     Float:YPOS,
  784.     Float:ZPOS,
  785.     Position[50]
  786. }
  787. new Float:MBSPAWN[][MbSpawnInfo] = {
  788. {1470.687744    ,1682.641235        ,10.378307,     "Las Venturas Airport"},
  789. {1553.427246    ,1416.801147        ,10.398724,     "Las Venturas Airport"},
  790. {1611.713745    ,1478.838623        ,10.400464,     "Las Venturas Airport"},
  791. {1324.369384    ,1532.038574        ,10.386513,     "Las Venturas Airport"},
  792. {1281.974365    ,1510.233154        ,10.503888,     "Las Venturas Airport"},
  793. {1275.919799    ,1501.427734        ,10.387290,     "Las Venturas Airport"},
  794. {1259.325805    ,1407.826660        ,10.386685,     "Las Venturas Airport"},
  795. {1267.573120    ,1341.798339        ,10.379053,     "Las Venturas Airport"},
  796. {1269.196533    ,1350.971069        ,10.378943,     "Las Venturas Airport"},
  797. {1274.216430    ,1324.360717        ,10.382019,     "Las Venturas Airport"},
  798. {1280.223144    ,1238.324707        ,10.386515,     "Las Venturas Airport"},
  799. {01329.853027   ,1224.687255        ,10.386850,     "Las Venturas Airport"},
  800. {1335.630981    ,1260.457153        ,13.637354,     "Las Venturas Airport"},
  801. {1320.305053    ,1250.581054        ,13.803002,     "Las Venturas Airport"},
  802. {1306.685913    ,1261.723876        ,13.805779,     "Las Venturas Airport"},
  803. {1314.664916    ,1256.894042        ,10.397410,     "Las Venturas Airport"},
  804. {1484.811401    ,1173.335815        ,10.386385,     "Las Venturas Airport"},
  805. {1469.444458    ,1172.305541        ,10.241475,     "Las Venturas Airport"},
  806. {1568.250000    ,1154.473754        ,10.379804,     "Las Venturas Airport"},
  807. {1631.060668    ,1257.701293        ,10.379480,     "Las Venturas Airport"},
  808. {1653.580810    ,1328.137084        ,10.369132,     "Las Venturas Airport"},
  809. {1685.907714    ,1321.113769        ,10.363228,     "Las Venturas Airport"},
  810. {1705.116821    ,1328.142089        ,10.349096,     "Las Venturas Airport"},
  811. {1715.287231    ,1347.063964        ,10.321530,     "Las Venturas Airport"},
  812. {1661.276245    ,1342.167480        ,10.344936,     "Las Venturas Airport"},
  813. {1621.522216    ,1626.630371        ,10.386891,     "Las Venturas Airport"},
  814. {1639.327392    ,1656.073974        ,10.387244,     "Las Venturas Airport"},
  815. {1671.995727    ,1698.918090        ,10.385994,     "Las Venturas Airport"},
  816. {1704.393676    ,1685.521972        ,10.376427,     "Las Venturas Airport"},
  817. {1608.444335    ,1699.480712        ,10.386729,     "Las Venturas Airport"},
  818. {1529.845947    ,1772.332275        ,10.386526,     "Las Venturas Airport"},
  819. {1491.207397    ,1824.764038        ,10.379511,     "Las Venturas Airport"},
  820. {1428.755249    ,1827.425537        ,10.378190,     "Las Venturas Airport"},
  821. {1370.271728    ,1807.812255        ,10.386203,     "Las Venturas Airport"},
  822. {1315.220581    ,1756.208374        ,10.390384,     "Las Venturas Airport"},
  823. {1315.263305    ,1721.053466        ,10.385787,     "Las Venturas Airport"},
  824. {1326.353149    ,1673.074584        ,10.386793,     "Las Venturas Airport"},
  825. {1719.104736    ,1615.130859        ,9.644380,      "Las Venturas Airport"},
  826. {1713.115966    ,1610.279541        ,9.581886,      "Las Venturas Airport"},
  827. {1734.215087    ,1626.551879        ,8.627417,      "Las Venturas Airport"},
  828. {1726.020507    ,1676.125732        ,9.937721,      "Las Venturas Airport"},
  829. {1692.902221    ,1708.393188        ,10.310248,     "Las Venturas Airport"},
  830. {1639.029418    ,1710.616333        ,10.295094,     "Las Venturas Airport"},
  831. {1486.002197    ,1866.567016        ,10.385912,     "Las Venturas Airport"},
  832. {1444.826660    ,1866.947998        ,10.385291,     "Las Venturas Airport"},
  833. {1379.245483    ,1868.645996        ,10.263823,     "Las Venturas Airport"},
  834. {1335.778808    ,1848.447021        ,10.386364,     "Las Venturas Airport"},
  835. {1314.567138    ,1804.462402        ,10.689185,     "Las Venturas Airport"},
  836. {1302.357788    ,1787.738281        ,10.267866,     "Las Venturas Airport"},
  837. {1300.446044    ,1750.688720        ,10.018057,     "Las Venturas Airport"},
  838. {1299.089721    ,1711.295898        ,10.383822,     "Las Venturas Airport"},
  839. {1277.172729    ,1679.656250        ,10.386492,     "Las Venturas Airport"},
  840. {1252.902343    ,1655.892333        ,9.516510,      "Las Venturas Airport"},
  841. {1247.173950    ,1622.946655        ,8.384178,      "Las Venturas Airport"},
  842. {1247.834106    ,1555.974975        ,8.513996,      "Las Venturas Airport"},
  843. {1245.525756    ,1514.842163        ,8.069243,      "Las Venturas Airport"},
  844. {1247.880615    ,1458.042602        ,8.531838,      "Las Venturas Airport"},
  845. {1248.068237    ,1420.399291        ,8.560296,      "Las Venturas Airport"},
  846. {1251.218017    ,1351.186401        ,9.180938,      "Las Venturas Airport"},
  847. {1248.128417    ,1317.602661        ,8.575569,      "Las Venturas Airport"},
  848. {1248.408203    ,1283.453979        ,8.630998,      "Las Venturas Airport"},
  849. {1243.849609    ,1249.923461        ,7.733687,      "Las Venturas Airport"},
  850. {1269.061157    ,1207.573608        ,10.386304,     "Las Venturas Airport"},
  851. {1283.464843    ,1203.708374        ,10.382170,     "Las Venturas Airport"},
  852. {-2398.341796   ,-592.097229        ,132.212493,        "Missionary Hill"},
  853. {-2394.409423   ,-568.769287        ,131.683334,        "Missionary Hill"},
  854. {-2371.558105   ,-598.388000        ,131.679290,        "Missionary Hill"},
  855. {-2388.510498   ,-610.915039        ,132.328826,    "Missionary Hill"},
  856. {-2410.944824   ,-627.830505        ,131.928649,        "Missionary Hill"},
  857. {-2438.549072   ,-641.880187        ,132.536239,        "Missionary Hill"},
  858. {-2475.474365   ,-651.554077        ,136.269332,        "Missionary Hill"},
  859. {-2481.465332   ,-628.887145        ,132.948181,        "Missionary Hill"},
  860. {-2496.378662   ,-607.625366        ,132.102584,        "Missionary Hill"},
  861. {-2531.490234   ,-608.832763        ,132.131088,        "Missionary Hill"},
  862. {-2539.080810   ,-620.984313        ,132.277069 ,   "Missionary Hill"},
  863. {-2507.647705   ,-631.720947        ,133.702835,        "Missionary Hill"},
  864. {-2502.793701   ,-660.969299        ,138.925994,        "Missionary Hill"},
  865. {-2508.025634   ,-675.030456        ,138.892196,        "Missionary Hill"},
  866. {-2510.928955   ,-687.284912        ,138.886184,        "Missionary Hill"},
  867. {-2503.404296   ,-698.174987        ,138.885635,        "Missionary Hill"},
  868. {-2495.174804   ,-712.304992        ,138.887878,        "Missionary Hill"},
  869. {-2505.476318   ,-713.078979        ,138.886566,        "Missionary Hill"},
  870. {-2522.218750   ,-714.270690        ,138.887039,        "Missionary Hill"},
  871. {-2531.169921   ,-710.401916        ,138.886444,        "Missionary Hill"},
  872. {-2531.937744   ,-703.759094        ,138.914154,        "Missionary Hill"},
  873. {-2474.407714   ,-601.422119        ,132.262374,        "Missionary Hill"},
  874. {-2465.905273   ,-572.966003        ,128.978424,        "Missionary Hill"},
  875. {-2476.816894   ,-567.017517        ,131.450927,        "Missionary Hill"},
  876. {-2504.402343   ,-570.309997        ,131.334960,        "Missionary Hill"},
  877. {-2529.409423   ,-576.943969        ,128.926330,        "Missionary Hill"},
  878. {-2551.541015   ,-588.328491        ,126.284393,        "Missionary Hill"},
  879. {-2576.168945   ,-607.703430        ,116.194496,        "Missionary Hill"},
  880. {-2558.732910   ,-660.481506        ,132.116394,        "Missionary Hill"},
  881. {-2554.793701   ,-695.227050        ,132.531753,        "Missionary Hill"},
  882. {-2504.728515   ,-736.031738        ,133.915206,        "Missionary Hill"},
  883. {-2487.752685   ,-739.213867        ,135.071731,        "Missionary Hill"},
  884. {-2448.929687   ,-727.736267        ,133.120361,        "Missionary Hill"},
  885. {-2407.535644   ,-706.546020        ,132.698562,        "Missionary Hill"},
  886. {-2341.689208   ,-703.744934        ,111.186813,        "Missionary Hill"},
  887. {-2342.078613   ,-753.357299        ,97.056434,     "Missionary Hill"},
  888. {-2309.429443   ,-737.248596        ,85.206062,     "Missionary Hill"},
  889. {-2249.266845   ,-703.266479        ,65.786827,     "Missionary Hill"},
  890. {-2223.151367   ,-604.638610        ,57.047328,     "Missionary Hill"},
  891. {-2197.544677   ,-486.237426        ,47.589778,     "San Fierro Stadium"},
  892. {-2228.330810   ,-425.356170        ,50.432186,     "San Fierro Stadium"},
  893. {-2271.049804   ,-318.393615        ,51.407909,     "Avispa Country Club"},
  894. {-2283.347412   ,-288.437530        ,53.037139,     "Avispa Country Club"},
  895. {-2296.469482   ,-294.193267        ,55.269855,     "Avispa Country Club"},
  896. {-2313.832275   ,-301.812622        ,57.508659,     "Avispa Country Club"},
  897. {-2334.121826   ,-322.636444        ,65.737747,     "Avispa Country Club"},
  898. {-2348.406738   ,-334.895507        ,66.224044,     "Avispa Country Club"},
  899. {-2371.761962   ,-343.324249        ,66.172622,     "Avispa Country Club"},
  900. {-2438.271972   ,-344.987518        ,61.092147,     "Avispa Country Club"},
  901. {-2449.792724   ,-338.802276        ,60.222301,     "Avispa Country Club"},
  902. {-2484.694824   ,-299.090057        ,40.508586,     "Avispa Country Club"},
  903. {-2471.123046   ,-300.758789        ,40.940151,     "Avispa Country Club"},
  904. {-2424.378662   ,-279.075561        ,39.274524,     "Avispa Country Club"},
  905. {-2396.118896   ,-233.695114        ,39.814224,     "Avispa Country Club"},
  906. {-2435.067382   ,-227.162796        ,39.376365,     "Avispa Country Club"},
  907. {-2471.956542   ,-240.801269        ,39.114646,     "Avispa Country Club"},
  908. {-2511.549072   ,-250.382736        ,38.255649,     "Avispa Country Club"},
  909. {-2575.708496   ,-280.916839        ,21.916355,     "Avispa Country Club"},
  910. {-2614.573730   ,-277.573364        ,11.216787,     "Avispa Country Club"},
  911. {-2640.891357   ,-307.252685        ,6.714056,      "Avispa Country Club"},
  912. {-2678.005371   ,-349.983947        ,6.175244,      "Avispa Country Club"},
  913. {-2726.498046   ,-395.700836        ,6.094861,      "Avispa Country Club"},
  914. {-2785.809570   ,-402.740966        ,6.757567,      "Avispa Country Club"},
  915. {-2793.229492   ,-352.785491        ,6.636664,      "Avispa Country Club"},
  916. {-2748.762939   ,-298.798034        ,6.609202,      "Avispa Country Club"},
  917. {-2722.433593   ,-315.358978        ,6.885652,      "Avispa Country Club"},
  918. {-2312.700683   ,-1611.012817       ,483.430877,        "Mt Chilid"},
  919. {-2325.128662   ,-1597.075805       ,483.358459,        "Mt Chilid"},
  920. {-2364.737548   ,-1581.434082       ,494.583404,        "Mt Chilid"},
  921. {-2383.217773   ,-1593.158447       ,502.565490,        "Mt Chilid"},
  922. {-2407.423828   ,-1614.223266       ,515.224426,        "Mt Chilid"},
  923. {-2285.568115   ,-1676.663574       ,481.777954,        "Mt Chilid"},
  924. {-2265.661376   ,-1706.484375       ,478.965454,        "Mt Chilid"},
  925. {-2241.293212   ,-1731.321044       ,479.939392,        "Mt Chilid Lookout"},
  926. {-2298.079833   ,-1787.436279       ,446.065521,        "Mt Chilid"},
  927. {-2383.578369   ,-1800.649536       ,430.907379,        "Mt Chilid"},
  928. {-2421.071289   ,-1744.601806       ,433.274841,        "Mt Chilid"},
  929. {-2446.277099   ,-1765.915893       ,418.717712,        "Mt Chilid"},
  930. {-2487.088623   ,-1782.182006       ,403.349853,        "Mt Chilid"},
  931. {-2521.652343   ,-1701.809082       ,401.879211,        "Mt Chilid"},
  932. {-2523.135009   ,-1611.495849       ,398.158172,        "Mt Chilid"},
  933. {-2516.111816   ,-1420.496215       ,348.139129,        "Mt Chilid"},
  934. {-2444.072021   ,-1371.075195       ,338.267395,        "Mt Chilid"},
  935. {-2427.363769   ,-1276.358398       ,292.121673,        "Mt Chilid"},
  936. {-2480.260498   ,-1271.499267       ,278.708160,        "Mt Chilid"},
  937. {-2157.662353   ,-2331.798583       ,30.192787  ,   "Angel Pine"},
  938. {-2134.971679   ,-2329.479248       ,30.035829  ,   "Angel Pine"},
  939. {-2105.907470   ,-2328.460205       ,30.037887  ,   "Angel Pine"},
  940. {-2087.437500   ,-2337.410156       ,30.191490  ,   "Angel Pine"},
  941. {-2097.381347   ,-2357.341552       ,30.191577  ,   "Angel Pine"},
  942. {-2063.941894   ,-2365.371093       ,30.196155,     "Angel Pine"},
  943. {-2043.200683   ,-2380.716552       ,30.181077  ,   "Angel Pine"},
  944. {-2015.594238   ,-2397.654541       ,30.192239  ,   "Angel Pine"},
  945. {-1941.217163   ,-2437.157714       ,30.191516  ,   "Whetstone"},
  946. {-1973.011596   ,-2391.440673       ,30.190053  ,   "Whetstone"},
  947. {-2016.598876   ,-2342.367919       ,30.190784  ,   "Angel Pine"},
  948. {-2085.013916   ,-2281.786621       ,30.035654  ,   "Angel Pine"},
  949. {-2093.897949   ,-2242.593017       ,30.225503  ,   "Angel Pine"},
  950. {-2065.081054   ,-2242.489257       ,30.652572  ,   "Angel Pine"},
  951. {-2127.293212   ,-2248.225097       ,30.034500  ,   "Angel Pine"},
  952. {-2160.745605   ,-2255.303955       ,30.008409  ,   "Angel Pine"},
  953. {-2194.017822   ,-2266.057373       ,30.190843  ,   "Angel Pine"},
  954. {-2244.429199   ,-2275.809082       ,29.993143  ,   "Angel Pine"},
  955. {-2273.418945   ,-2299.488769       ,25.984195  ,   "Angel Pine"},
  956. {-2261.375000   ,-2330.664794       ,28.548341  ,   "Angel Pine"},
  957. {-2248.952392   ,-2362.864501       ,29.996417  ,   "Angel Pine"},
  958. {-2247.602783   ,-2385.468261       ,31.385446  ,   "Angel Pine"},
  959. {-2235.193115   ,-2404.590576       ,31.906915  ,   "Angel Pine"},
  960. {-2225.950683   ,-2430.276367       ,30.209564  ,   "Angel Pine"},
  961. {-2220.599609   ,-2470.272949       ,30.035539  ,   "Angel Pine"},
  962. {-2218.544921   ,-2498.338134       ,30.153066  ,   "Angel Pine"},
  963. {-2102.282226   ,-2549.554931       ,30.385719  ,   "Angel Pine"},
  964. {-2085.869384   ,-2557.704101       ,30.192150  ,   "Angel Pine"},
  965. {-2059.951904   ,-2555.690917       ,30.125717  ,   "Angel Pine"},
  966. {-2039.459960   ,-2532.823486       ,30.194509  ,   "Angel Pine"},
  967. {-2040.890136   ,-2512.332519       ,30.719158  ,   "Angel Pine"},
  968. {-2049.740478   ,-2493.926513       ,30.290210  ,   "Angel Pine"},
  969. {-2043.247436   ,-2468.502441       ,30.191184  ,   "Angel Pine"},
  970. {-2139.500000   ,-881.352722        ,31.589601  ,   "Foster Valley"},
  971. {-2120.555175   ,-836.535461        ,31.589368  ,   "Foster Valley"},
  972. {-2118.346679   ,-798.614685        ,31.589115  ,   "Foster Valley"},
  973. {-2131.410644   ,-770.837829        ,31.567157  ,   "Foster Valley"},
  974. {-2149.684814   ,-885.155029        ,31.589548  ,   "Foster Valley"},
  975. {-2145.916748   ,-923.013916        ,31.589466  ,   "Foster Valley"},
  976. {-2111.064941   ,-974.115722        ,31.725564  ,   "Foster Valley"},
  977. {-2080.857910   ,-984.357543        ,31.731689  ,   "Foster Valley"},
  978. {-2036.317993   ,-978.720520        ,31.738527  ,   "Foster Valley"},
  979. {-1997.988525   ,-927.775756        ,31.738189  ,   "Foster Valley"},
  980. {-1995.910034   ,-872.164062        ,31.729679  ,   "Foster Valley"},
  981. {-1984.194335   ,-815.237609        ,31.598052  ,   "Foster Valley"},
  982. {-1983.723999   ,-773.205139        ,31.597547  ,   "Foster Valley"},
  983. {-2003.744384   ,-732.449829        ,31.729951  ,   "Foster Valley"},
  984. {-2052.737060   ,-719.238220        ,31.612083  ,   "Foster Valley"},
  985. {-2099.952880   ,-729.202880        ,31.734357  ,   "Foster Valley"},
  986. {-2138.565673   ,-772.823486        ,31.589998  ,   "Foster Valley"},
  987. {-2087.738281   ,-832.899963        ,31.738090  ,   "Foster Valley"},
  988. {-2041.716308   ,-854.081359        ,31.738748  ,   "Foster Valley"},
  989. {-2020.807861   ,-858.107971        ,31.739168  ,   "Foster Valley"},
  990. {-1963.367065   ,-858.252136        ,31.592758  ,   "Foster Valley"},
  991. {-1936.757080   ,-856.146301        ,31.590229  ,   "Foster Valley"},
  992. {-1900.183105   ,-824.737060        ,31.590606  ,   "Foster Valley"},
  993. {-1885.866455   ,-780.208801        ,31.589635  ,   "Foster Valley"},
  994. {-1875.107177   ,-874.689453        ,31.588274  ,   "Foster Valley"},
  995. {-1895.058593   ,-936.354980        ,31.589900  ,   "Foster Valley"},
  996. {-1064.855957   ,-988.122802        ,128.784881 ,   "The Farm"},
  997. {-1072.969970   ,-964.725097        ,128.784378 ,   "The Farm"},
  998. {-1121.698974   ,-929.966796        ,128.784194 ,   "The Farm"},
  999. {-1201.774780   ,-960.597778        ,128.553588 ,   "The Farm"},
  1000. {-1205.833496   ,-1017.683837       ,128.046615 ,   "The Farm"},
  1001. {-1204.770507   ,-1056.679321       ,128.205749 ,   "The Farm"},
  1002. {-1186.662597   ,-1099.281250       ,128.778686 ,   "The Farm"},
  1003. {-1169.462158   ,-1125.613891       ,129.615447 ,   "The Farm"},
  1004. {-1150.159667   ,-1163.791870       ,128.783996 ,   "The Farm"},
  1005. {-1127.095458   ,-1196.288940       ,128.785018 ,   "The Farm"},
  1006. {-1076.090454   ,-1217.244873       ,128.784271 ,   "The Farm"},
  1007. {-1033.297729   ,-1186.712890       ,128.770004 ,   "The Farm"},
  1008. {-1022.798706   ,-1171.170898       ,128.780166 ,   "The Farm"},
  1009. {-1029.087890   ,-1138.932250       ,128.784866 ,   "The Farm"},
  1010. {-1067.824829   ,-1153.438354       ,128.784927 ,   "The Farm"},
  1011. {-1075.017456   ,-1137.735595       ,128.784805 ,   "The Farm"},
  1012. {-1046.442260   ,-1095.075317       ,129.328598 ,   "The Farm"},
  1013. {-1033.124145   ,-1068.875854       ,128.785278 ,   "The Farm"},
  1014. {-1049.806762   ,-1073.687133       ,128.792526 ,   "The Farm"},
  1015. {-1023.368591   ,-1112.451904       ,128.784729 ,   "The Farm"},
  1016. {-1006.698852   ,-1133.945068       ,128.784637 ,   "The Farm"},
  1017. {-959.379028    ,-1105.477905       ,128.784332 ,   "The Farm"},
  1018. {-1032.696411   ,-713.166076        ,31.578445  ,   "Easter Bay Chemicals"},
  1019. {-1034.235229   ,-720.645446        ,31.575536  ,   "Easter Bay Chemicals"},
  1020. {-1062.615722   ,-712.152648        ,31.574783  ,   "Easter Bay Chemicals"},
  1021. {-1082.894653   ,-684.359985        ,31.916833  ,   "Easter Bay Chemicals"},
  1022. {-1100.717407   ,-672.070922        ,31.917587  ,   "Easter Bay Chemicals"},
  1023. {-1121.609619   ,-632.479125        ,31.574085  ,   "Easter Bay Chemicals"},
  1024. {-1124.213989   ,-609.630859        ,31.573282  ,   "Easter Bay Chemicals"},
  1025. {-1060.312866   ,-592.952392        ,31.573955  ,   "Easter Bay Chemicals"},
  1026. {-1037.047241   ,-579.192626        ,31.573968  ,   "Easter Bay Chemicals"},
  1027. {-1131.720581   ,-616.891845        ,31.573707  ,   "Easter Bay Chemicals"},
  1028. {-1244.823364   ,-616.899353        ,14.148437  ,   "Easter Bay Airport"},
  1029. {-1266.326904   ,-585.061523        ,13.713717  ,   "Easter Bay Airport"},
  1030. {-1329.476562   ,-576.611511        ,13.714224  ,   "Easter Bay Airport"},
  1031. {-1381.651123   ,-573.866516        ,13.715240  ,   "Easter Bay Airport"},
  1032. {-1437.770141   ,-595.310974        ,13.714363  ,   "Easter Bay Airport"},
  1033. {-1487.168212   ,-603.466674        ,13.714393  ,   "Easter Bay Airport"},
  1034. {-1532.432006   ,-603.678710        ,13.714584  ,   "Easter Bay Airport"},
  1035. {-1583.517944   ,-608.482788        ,13.713968  ,   "Easter Bay Airport"},
  1036. {-1635.805053   ,-606.939941        ,13.715489  ,   "Easter Bay Airport"},
  1037. {-1594.776000   ,-643.738464        ,13.714606  ,   "Easter Bay Airport"},
  1038. {-1548.742675   ,-615.747558        ,13.709526  ,   "Easter Bay Airport"},
  1039. {-1482.242675   ,-590.012207        ,13.714035  ,   "Easter Bay Airport"},
  1040. {-1370.145507   ,-577.043823        ,13.713842  ,   "Easter Bay Airport"},
  1041. {-1268.363769   ,-530.741821        ,13.714791  ,   "Easter Bay Airport"},
  1042. {-1196.959594   ,-434.957275        ,13.714606  ,   "Easter Bay Airport"},
  1043. {-1183.354003   ,-370.393402        ,13.714412  ,   "Easter Bay Airport"},
  1044. {-1160.803955   ,-292.026458        ,13.714426  ,   "Easter Bay Airport"},
  1045. {-1134.280639   ,-235.104202        ,13.714315  ,   "Easter Bay Airport"},
  1046. {-1213.486938   ,-159.802749        ,13.713451  ,   "Easter Bay Airport"},
  1047. {-1306.228271   ,-175.352600        ,13.714181  ,   "Easter Bay Airport"},
  1048. {-1374.106201   ,-168.462738        ,13.713995  ,   "Easter Bay Airport"},
  1049. {-1458.697265   ,-174.446258        ,13.715513  ,   "Easter Bay Airport"},
  1050. {-1529.142822   ,-222.968566        ,13.697655  ,   "Easter Bay Airport"},
  1051. {-1583.787231   ,-274.771911        ,13.714203  ,   "Easter Bay Airport"},
  1052. {-1629.181640   ,-351.269134        ,13.714550  ,   "Easter Bay Airport"},
  1053. {-1669.489379   ,-389.791442        ,13.714831  ,   "Easter Bay Airport"},
  1054. {-1709.064819   ,-446.127288        ,13.714776  ,   "Easter Bay Airport"},
  1055. {-1718.623657   ,-385.144531        ,13.714076  ,   "Easter Bay Airport"},
  1056. {-1705.659057   ,-314.580505        ,13.713992  ,   "Easter Bay Airport"},
  1057. {-1670.982421   ,-198.699447        ,13.714387  ,   "Easter Bay Airport"},
  1058. {-1636.954956   ,-140.328399        ,13.711891  ,   "Easter Bay Airport"},
  1059. {-1516.884155   ,-25.482166     ,13.713714  ,   "Easter Basin"},
  1060. {-1261.628295   ,32.263793      ,13.716313  ,   "Easter Bay Airport"},
  1061. {-1225.540893   ,254.862655     ,13.714653  ,   "Easter Bay Airport"},
  1062. {-1152.205932   ,338.657653     ,13.815458  ,   "Easter Bay Airport"},
  1063. {-1056.684692   ,424.082794     ,14.108447  ,   "Easter Bay Airport"},
  1064. {-1630.826782   ,-483.473114        ,21.653656  ,   "Easter Bay Airport"},
  1065. {-1614.395629   ,-494.517242        ,21.653432  ,   "Easter Bay Airport"},
  1066. {-1586.998535   ,-512.929748        ,21.660175  ,   "Easter Bay Airport"},
  1067. {-1555.855102   ,-594.228149        ,13.723298  ,   "Easter Bay Airport"},
  1068. {-1563.866455   ,-615.327575        ,13.714567  ,   "Easter Bay Airport"},
  1069. {-1528.034179   ,-660.195739        ,13.715668  ,   "Easter Bay Airport"},
  1070. {-1503.896362   ,-659.385375        ,13.710366  ,   "Easter Bay Airport"},
  1071. {-1469.164794   ,-688.413513        ,13.714732  ,   "Easter Bay Airport"},
  1072. {-1443.860473   ,-689.769348        ,13.714574  ,   "Easter Bay Airport"},
  1073. {-1424.079711   ,-666.588073        ,13.713547  ,   "Easter Bay Airport"},
  1074. {-1439.592041   ,-530.685058        ,13.739791  ,   "Easter Bay Airport"},
  1075. {-1454.139282   ,-532.302551        ,13.739133  ,   "Easter Bay Airport"},
  1076. {-1446.813842   ,-550.049560        ,13.736204  ,   "Easter Bay Airport"},
  1077. {-1549.519775   ,-491.998413        ,5.721366   ,   "Easter Bay Airport"},
  1078. {-1604.122436   ,-498.525878        ,7.272575   ,   "Easter Bay Airport"},
  1079. {-1576.742065   ,-462.803771        ,5.557874   ,   "Easter Bay Airport"},
  1080. {-1526.511962   ,-413.232666        ,8.032859   ,   "Easter Bay Airport"},
  1081. {-1468.209106   ,-399.361267        ,6.440499   ,   "Easter Bay Airport"},
  1082. {-1556.229003   ,-313.028198        ,11.566324  ,   "Easter Bay Airport"},
  1083. {-1503.407958   ,-291.375305        ,11.565994  ,   "Easter Bay Airport"},
  1084. {-1416.550781   ,-336.814086        ,6.258142   ,   "Easter Bay Airport"},
  1085. {-1404.159545   ,-380.269805        ,10.950240  ,   "Easter Bay Airport"},
  1086. {-1444.559448   ,-456.187866        ,11.565945  ,   "Easter Bay Airport"},
  1087. {-1390.946289   ,-389.066986        ,13.566464  ,   "Easter Bay Airport"},
  1088. {-1396.168579   ,-337.775909        ,13.566866  ,   "Easter Bay Airport"},
  1089. {-1424.356201   ,-301.663055        ,13.566587  ,   "Easter Bay Airport"},
  1090. {-1458.956909   ,-280.894165        ,13.566241  ,   "Easter Bay Airport"},
  1091. {-1499.185058   ,-275.479858        ,13.565561  ,   "Easter Bay Airport"},
  1092. {-1559.862426   ,-299.811553        ,13.566361  ,   "Easter Bay Airport"},
  1093. {-1589.493774   ,-331.417877        ,13.565996  ,   "Easter Bay Airport"},
  1094. {-1623.864013   ,-403.082763        ,13.714719  ,   "Easter Bay Airport"},
  1095. {-2484.179199   ,2434.193115        ,15.729987  ,   "Bayside"},
  1096. {-2496.551513   ,2425.836914        ,16.169094  ,   "Bayside"},
  1097. {-2509.976074   ,2399.635742        ,16.128921  ,   "Bayside"},
  1098. {-2508.643066   ,2372.456542        ,12.151195  ,   "Bayside"},
  1099. {-2489.037353   ,2374.071044        ,11.958669  ,   "Bayside"},
  1100. {-2477.944091   ,2364.415527        ,8.785531   ,   "Bayside"},
  1101. {-2479.330566   ,2332.184082        ,4.401828   ,   "Bayside"},
  1102. {-2496.114746   ,2332.455566        ,4.401672   ,   "Bayside"},
  1103. {-2505.829345   ,2346.358642        ,4.543451   ,   "Bayside"},
  1104. {-2519.771484   ,2362.834228        ,4.553389   ,   "Bayside"},
  1105. {-2551.957031   ,2340.235351        ,4.536538   ,   "Bayside"},
  1106. {-2549.127685   ,2313.405517        ,4.541391   ,   "Bayside"},
  1107. {-2547.089599   ,2294.172363        ,4.549382   ,   "Bayside"},
  1108. {-2530.992919   ,2276.664794        ,4.402924   ,   "Bayside"},
  1109. {-2499.704589   ,2264.527343        ,4.401335   ,   "Bayside"},
  1110. {-2472.053466   ,2228.013427        ,4.411023   ,   "Bayside"},
  1111. {-2416.279785   ,2223.701171        ,4.549935   ,   "Bayside"},
  1112. {-2374.912841   ,2220.145019        ,4.548828   ,   "Bayside"},
  1113. {-2432.777832   ,2289.306640        ,4.549135   ,   "Bayside"},
  1114. {-2430.653808   ,2318.775878        ,4.549469   ,   "Bayside"},
  1115. {-2402.120849   ,2356.977294        ,6.388202   ,   "Bayside"},
  1116. {-2385.562255   ,2362.927978        ,3.672592   ,   "Bayside"},
  1117. {-2376.005371   ,2383.543945        ,5.994036   ,   "Bayside"},
  1118. {-2383.542480   ,2390.383544        ,8.507161   ,   "Bayside"},
  1119. {-2371.291015   ,2352.543212        ,4.414258   ,   "Bayside"},
  1120. {-2313.372558   ,2345.012695        ,4.549823   ,   "Bayside Marina"},
  1121. {-2267.153564   ,2313.596191        ,4.386628   ,   "Bayside Marina"},
  1122. {-2234.924804   ,2283.646728        ,4.799687   ,   "Bayside Marina"},
  1123. {-2208.840820   ,2302.803466        ,4.549409   ,   "Bayside Marina"},
  1124. {-2209.711425   ,2340.817626        ,4.538774   ,   "Bayside Marina"},
  1125. {-2211.402343   ,2389.661621        ,4.526710   ,   "Bayside Marina"},
  1126. {-2251.653320   ,2393.986083        ,4.689960   ,   "Bayside Marina"},
  1127. {-2279.210205   ,2414.955078        ,4.466017   ,   "Bayside Marina"},
  1128. {-2311.952392   ,2435.986816        ,4.424842   ,   "Bayside Marina"},
  1129. {-2348.508300   ,2457.282226        ,4.577060   ,   "Bayside Marina"},
  1130. {-2393.822998   ,2476.347656        ,9.939216   ,   "Bayside"},
  1131. {-2434.655273   ,2490.001953        ,13.342284  ,   "Bayside"},
  1132. {-2450.088378   ,2495.367187        ,14.840456  ,   "Bayside"},
  1133. {-2472.275146   ,2499.868164        ,16.753580  ,   "Bayside"},
  1134. {-2454.520263   ,2434.464111        ,14.265995  ,   "Bayside"},
  1135. {-2540.633544   ,2451.094482        ,17.740921  ,   "Bayside"},
  1136. {-2585.131347   ,2479.482177        ,20.403079  ,   "Bayside"},
  1137. {-2639.051025   ,2490.698486        ,29.526968  ,   "Bayside"},
  1138. {-2670.890869   ,2465.224365        ,40.791004  ,   "Bayside"},
  1139. {-2626.835205   ,2442.193115        ,15.524394  ,   "Bayside"},
  1140. {-2613.604492   ,2335.158447        ,7.751673   ,   "Bayside"},
  1141. {-2613.981201   ,2304.980224        ,7.778412   ,   "Bayside"},
  1142. {-2618.177246   ,2270.658935        ,7.733705   ,   "Bayside"},
  1143. {-2609.696777   ,2263.125244        ,7.776230   ,   "Bayside"},
  1144. {-2601.981201   ,2254.247802        ,7.776199   ,   "Bayside"},
  1145. {-2590.030761   ,2246.784667        ,4.522771   ,   "Bayside"},
  1146. {-1492.818237   ,2627.555908        ,55.259071  ,   "El Quebrados"},
  1147. {-1492.591674   ,2646.417724        ,55.253669  ,   "El Quebrados"},
  1148. {-1503.362915   ,2654.503417        ,55.393764  ,   "El Quebrados"},
  1149. {-1517.271118   ,2662.261718        ,55.400825  ,   "El Quebrados"},
  1150. {-1544.595581   ,2681.100341        ,55.412193  ,   "El Quebrados"},
  1151. {-1578.214477   ,2699.611083        ,55.323184  ,   "El Quebrados"},
  1152. {-1620.962524   ,2678.124267        ,54.247081  ,   "El Quebrados"},
  1153. {-1602.861328   ,2641.764648        ,57.375953  ,   "El Quebrados"},
  1154. {-1559.577636   ,2606.371093        ,56.544303  ,   "El Quebrados"},
  1155. {-1516.794067   ,2602.238281        ,55.253856  ,   "El Quebrados"},
  1156. {-1495.599365   ,2548.558593        ,55.835937  ,   "El Quebrados"},
  1157. {-1493.898193   ,2578.245361        ,55.253650  ,   "El Quebrados"},
  1158. {-1473.221191   ,2600.425048        ,55.254638  ,   "El Quebrados"},
  1159. {-1438.417480   ,2603.342041        ,55.252792  ,   "El Quebrados"},
  1160. {-1407.631103   ,2625.647705        ,55.257408  ,   "El Quebrados"},
  1161. {-1405.114990   ,2657.744140        ,55.253479  ,   "El Quebrados"},
  1162. {-757.710083    ,2349.922607        ,122.641838 ,   "Arco del Oeste"},
  1163. {-724.481018    ,2339.812988        ,125.712791 ,   "Arco del Oeste"},
  1164. {-687.758300    ,2331.833251        ,130.760681 ,   "Arco del Oeste"},
  1165. {-663.753234    ,2327.054931        ,138.759124 ,   "Arco del Oeste"},
  1166. {-644.333557    ,2334.832275        ,134.689773 ,   "Arco del Oeste"},
  1167. {-631.411987    ,2344.648193        ,134.762893 ,   "Arco del Oeste"},
  1168. {-637.464721    ,2330.562744        ,134.581008 ,   "Arco del Oeste"},
  1169. {-662.393310    ,2315.804443        ,138.371994 ,   "Arco del Oeste"},
  1170. {-723.076232    ,2308.146728        ,127.393257 ,   "Arco del Oeste"},
  1171. {-788.613220    ,2315.064941        ,139.419052 ,   "Arco del Oeste"},
  1172. {-819.198974    ,2335.802246        ,147.424865 ,   "Arco del Oeste"},
  1173. {-828.042785    ,2388.011230        ,124.028274 ,   "Arco del Oeste"},
  1174. {-843.701049    ,2431.031982        ,118.578048 ,   "Arco del Oeste"},
  1175. {-798.179626    ,2352.238037        ,118.370521 ,   "Arco del Oeste"},
  1176. {-738.414978    ,2336.104003        ,125.056732 ,   "Arco del Oeste"},
  1177. {-808.573242    ,2364.594238        ,150.940414 ,   "Arco del Oeste"},
  1178. {-804.632873    ,2391.244384        ,153.935302 ,   "Arco del Oeste"},
  1179. {-806.600830    ,2414.459716        ,156.298141 ,   "Arco del Oeste"},
  1180. {-808.580871    ,2426.759521        ,156.564117 ,   "Arco del Oeste"},
  1181. {-795.486328    ,2432.037841        ,156.689651 ,   "Arco del Oeste"},
  1182. {-784.537292    ,2422.405273        ,156.726654 ,   "Arco del Oeste"},
  1183. {-769.635620    ,2415.676025        ,156.630813 ,   "Arco del Oeste"},
  1184. {-763.942810    ,2428.595703        ,156.595565 ,   "Arco del Oeste"},
  1185. {-786.387634    ,2424.968994        ,156.745162 ,   "Arco del Oeste"},
  1186. {-804.107482    ,2382.249511        ,153.221710 ,   "Arco del Oeste"},
  1187. {-449.910766    ,2233.426513        ,41.905364  ,   "Ghost Town"},
  1188. {-445.562744    ,2232.233398        ,41.921451  ,   "Ghost Town"},
  1189. {-433.635284    ,2229.657226        ,41.942726  ,   "Ghost Town"},
  1190. {-419.682281    ,2218.385498        ,41.947338  ,   "Ghost Town"},
  1191. {-380.235778    ,2212.152099        ,41.800064  ,   "Ghost Town"},
  1192. {-353.026550    ,2215.593750        ,42.049716  ,   "Ghost Town"},
  1193. {-327.590820    ,2235.654052        ,44.176174  ,   "Ghost Town"},
  1194. {-350.786895    ,2245.726562        ,42.015659  ,   "Ghost Town"},
  1195. {-368.637573    ,2252.284912        ,42.014652  ,   "Ghost Town"},
  1196. {-390.918121    ,2252.329833        ,41.740745  ,   "Ghost Town"},
  1197. {-413.089080    ,2245.849365        ,41.946224  ,   "Ghost Town"},
  1198. {-404.851226    ,2223.213867        ,41.947624  ,   "Ghost Town"},
  1199. {-357.300476    ,2210.478271        ,42.004890  ,   "Ghost Town"},
  1200. {-354.017425    ,2199.021972        ,41.986236  ,   "Las Brujas"},
  1201. {-339.387939    ,2163.068603        ,44.728248  ,   "Las Brujas"},
  1202. {-348.129699    ,2141.301269        ,49.859409  ,   "Las Brujas"},
  1203. {-307.595764    ,2126.774658        ,49.064914  ,   "Las Brujas"},
  1204. {78.192871  ,2413.833007        ,16.019769  ,   "Verdant Meadows"},
  1205. {121.266677 ,2461.380371        ,16.050262  ,   "Verdant Meadows"},
  1206. {204.507400 ,2494.416015        ,16.050056  ,   "Verdant Meadows"},
  1207. {265.495635 ,2497.482421        ,16.050045  ,   "Verdant Meadows"},
  1208. {311.873199 ,2493.460449        ,16.049623  ,   "Verdant Meadows"},
  1209. {367.577941 ,2506.161865        ,16.050884  ,   "Verdant Meadows"},
  1210. {382.497863 ,2534.089843        ,16.121345  ,   "Verdant Meadows"},
  1211. {374.403717 ,2558.758056        ,16.171501  ,   "Verdant Meadows"},
  1212. {328.053161 ,2559.691650        ,15.932462  ,   "Verdant Meadows"},
  1213. {252.512466 ,2559.688720        ,15.932847  ,   "Verdant Meadows"},
  1214. {191.310760 ,2540.156494        ,16.181995  ,   "Verdant Meadows"},
  1215. {115.763145 ,1922.481811        ,18.437856  ,   "Area 69"},
  1216. {140.902908 ,1921.887084        ,18.673582  ,   "Area 69"},
  1217. {192.897933 ,1906.138549        ,17.193603  ,   "Area 69"},
  1218. {214.299880 ,1875.943359        ,12.671302  ,   "Area 69"},
  1219. {209.322021 ,1865.718994        ,12.706332  ,   "Area 69"},
  1220. {239.891326 ,1860.979736        ,14.084012  ,   "Area 69"},
  1221. {245.801971 ,1861.269531        ,14.084012  ,   "Area 69"},
  1222. {241.835571 ,1875.425537        ,11.453145  ,   "Area 69"},
  1223. {245.721130 ,1876.233886        ,8.757812   ,   "Area 69"},
  1224. {250.016647 ,1860.374633        ,8.757812   ,   "Area 69"},
  1225. {261.222259 ,1862.727416        ,8.757812   ,   "Area 69"},
  1226. {239.077194 ,1829.264282        ,6.388172   ,   "Area 69"},
  1227. {238.039596 ,1829.284667        ,7.414062   ,   "Area 69"},
  1228. {228.205917 ,1818.935546        ,7.414062   ,   "Area 69"},
  1229. {217.805877 ,1822.435302        ,6.414062   ,   "Area 69"},
  1230. {236.886367 ,1803.206298        ,7.414062   ,   "Area 69"},
  1231. {256.873138 ,1801.070678        ,7.545580   ,   "Area 69"},
  1232. {293.899261 ,1818.650512        ,1.007812   ,   "Area 69"},
  1233. {293.374511 ,1820.752319        ,4.701476   ,   "Area 69"},
  1234. {283.877685 ,1825.963867        ,7.726562   ,   "Area 69"},
  1235. {277.268402 ,1839.440551        ,7.828125   ,   "Area 69"},
  1236. {275.335388 ,1870.833007        ,8.757812   ,   "Area 69"},
  1237. {280.669891 ,1853.297119        ,8.764894   ,   "Area 69"},
  1238. {265.280090 ,1891.939086        ,8.437500   ,   "Area 69"},
  1239. {268.272430 ,1891.645996        ,5.911378   ,   "Area 69"},
  1240. {269.030914 ,1876.453857        ,-3.471368  ,   "Area 69"},
  1241. {262.116119 ,1879.896606        ,-30.390625 ,   "Area 69"},
  1242. {-757.661071    ,1489.462890        ,24.721717  ,   "Las Barrancas"},
  1243. {-759.639709    ,1473.221801        ,22.172969  ,   "Las Barrancas"},
  1244. {-775.065063    ,1446.696899        ,13.945312  ,   "Las Barrancas"},
  1245. {-795.011108    ,1442.964721        ,13.793065  ,   "Las Barrancas"},
  1246. {-857.572631    ,1470.799316        ,16.109052  ,   "Las Barrancas"},
  1247. {-871.270446    ,1493.758422        ,22.003307  ,   "Las Barrancas"},
  1248. {-889.504333    ,1501.254516        ,24.334493  ,   "Las Barrancas"},
  1249. {-891.245361    ,1530.997070        ,25.508499  ,   "Las Barrancas"},
  1250. {-882.856018    ,1573.107299        ,26.298229  ,   "Las Barrancas"},
  1251. {-839.870666    ,1593.005126        ,26.198688  ,   "Las Barrancas"},
  1252. {-780.974121    ,1604.828735        ,26.651906  ,   "Las Barrancas"},
  1253. {-739.857421    ,1611.537475        ,26.683757  ,   "Las Barrancas"},
  1254. {-102.513320    ,1143.167236        ,19.308403  ,   "Fort Carson"},
  1255. {-83.469451 ,1161.645507        ,19.309921  ,   "Fort Carson"},
  1256. {-66.617393 ,1191.793090        ,19.159805  ,   "Fort Carson"},
  1257. {-82.873321 ,1207.948852        ,19.310155  ,   "Fort Carson"},
  1258. {-144.553787    ,1213.603515        ,19.302368  ,   "Fort Carson"},
  1259. {-175.287658    ,1198.627319        ,19.150741  ,   "Fort Carson"},
  1260. {-197.207382    ,1089.731323        ,19.160470  ,   "Fort Carson"},
  1261. {-171.379852    ,1022.603454        ,19.308883  ,   "Fort Carson"},
  1262. {-156.554214    ,1038.746582        ,19.413377  ,   "Fort Carson"},
  1263. {-110.707725    ,1060.485229        ,19.241809  ,   "Fort Carson"},
  1264. {-73.041084 ,1079.840942        ,19.309232  ,   "Fort Carson"},
  1265. {-85.135070 ,1134.439208        ,19.308357  ,   "Fort Carson"},
  1266. {-110.055976    ,1134.420166        ,19.308158  ,   "Fort Carson"},
  1267. {-142.835174    ,1124.594238        ,19.316358  ,   "Fort Carson"},
  1268. {-157.815048    ,1183.080200        ,19.308914  ,   "Fort Carson"},
  1269. {-134.323837    ,1217.203125        ,19.309045  ,   "Fort Carson"},
  1270. {273.389831 ,1326.823608        ,10.758692  ,   "Green Palms"},
  1271. {299.886505 ,1342.013061        ,9.867792   ,   "Green Palms"},
  1272. {308.849273 ,1373.500000        ,8.819361   ,   "Green Palms"},
  1273. {262.571502 ,1477.040039        ,10.151786  ,   "Green Palms"},
  1274. {177.993881 ,1462.455932        ,10.158314  ,   "Green Palms"},
  1275. {217.060958 ,1407.968505        ,10.152590  ,   "Green Palms"},
  1276. {437.718872 ,1467.541015        ,6.322372   ,   "Octane Springs"},
  1277. {494.931091 ,1514.313232        ,0.571472   ,   "Octane Springs"},
  1278. {540.699890 ,1519.043457        ,0.566332   ,   "Octane Springs"},
  1279. {559.016784 ,1495.760742        ,1.743489   ,   "Octane Springs"},
  1280. {584.250000 ,1474.484375        ,7.079405   ,   "Octane Springs"},
  1281. {618.780090 ,1494.389282        ,7.815285   ,   "Octane Springs"},
  1282. {639.009399 ,1560.040161        ,6.453130   ,   "Octane Springs"},
  1283. {658.338378 ,882.544433     ,-41.368728 ,   "Hunter Quarry"},
  1284. {640.604125 ,898.281005     ,-43.451656 ,   "Hunter Quarry"},
  1285. {593.696838 ,910.524536     ,-44.345832 ,   "Hunter Quarry"},
  1286. {571.574645 ,887.393737     ,-43.802387 ,   "Hunter Quarry"},
  1287. {609.130065 ,845.064819     ,-43.644638 ,   "Hunter Quarry"},
  1288. {633.312072 ,917.419982     ,-42.713050 ,   "Hunter Quarry"},
  1289. {600.486328 ,934.212280     ,-41.162631 ,   "Hunter Quarry"},
  1290. {681.333435 ,941.320739     ,-31.024299 ,   "Hunter Quarry"},
  1291. {710.328796 ,892.501647     ,-27.873611 ,   "Hunter Quarry"},
  1292. {735.867675 ,855.851501     ,-19.760431 ,   "Hunter Quarry"},
  1293. {726.931396 ,806.026245     ,-19.100671 ,   "Hunter Quarry"},
  1294. {677.881103 ,767.862915     ,-19.118659 ,   "Hunter Quarry"},
  1295. {557.905578 ,799.059204     ,-28.048772 ,   "Hunter Quarry"},
  1296. {527.573730 ,793.262695     ,-21.365262 ,   "Hunter Quarry"},
  1297. {492.067871 ,785.146179     ,-22.514476 ,   "Hunter Quarry"},
  1298. {581.254516 ,765.375854     ,-16.399980 ,   "Hunter Quarry"},
  1299. {665.914733 ,745.591613     ,-9.209817  ,   "Hunter Quarry"},
  1300. {762.543395 ,773.896911     ,-1.993546  ,   "Hunter Quarry"},
  1301. {777.148925 ,868.605224     ,1.064688   ,   "Hunter Quarry"},
  1302. {741.848754 ,953.437561     ,5.460029   ,   "Hunter Quarry"},
  1303. {617.717712 ,997.778564     ,4.921582   ,   "Hunter Quarry"},
  1304. {513.994018 ,975.257263     ,-24.701782 ,   "Hunter Quarry"},
  1305. {469.279357 ,884.597412     ,-29.483049 ,   "Hunter Quarry"},
  1306. {-481.148162    ,-114.280380        ,63.548763  ,   "The Panopticon"},
  1307. {-466.569122    ,-108.637565        ,62.058944  ,   "The Panopticon"},
  1308. {-456.358123    ,-87.875320     ,59.215015  ,   "The Panopticon"},
  1309. {-459.415740    ,-61.345558     ,59.518947  ,   "The Panopticon"},
  1310. {-483.616149    ,-51.989807     ,59.937862  ,   "The Panopticon"},
  1311. {-532.650817    ,-60.363067     ,62.558654  ,   "The Panopticon"},
  1312. {-529.847473    ,-85.051788     ,62.181346  ,   "The Panopticon"},
  1313. {-531.523498    ,-103.421730        ,62.863224  ,   "The Panopticon"},
  1314. {-523.311218    ,-115.296623        ,64.937423  ,   "The Panopticon"},
  1315. {-550.453308    ,-134.982955        ,72.273033  ,   "The Panopticon"},
  1316. {-549.335815    ,-80.049423     ,62.618446      ,"The Panopticon"},
  1317. {-542.449218    ,-43.741168     ,62.938858      ,"The Panopticon"},
  1318. {-495.811981    ,-30.153482     ,58.358428      ,"The Panopticon"},
  1319. {-452.436553    ,-32.441238     ,58.333137      ,"The Panopticon"},
  1320. {-421.518829    ,-40.239288     ,57.913509      ,"The Panopticon"},
  1321. {-245.476028    ,-31.811283     ,2.685174   ,   "Blueberry Acres"},
  1322. {-209.672622    ,-26.848560     ,2.685093   ,   "Blueberry Acres"},
  1323. {-175.836914    ,3.312206       ,2.672906   ,   "Blueberry Acres"},
  1324. {-160.637725    ,30.635475      ,2.673094   ,   "Blueberry Acres"},
  1325. {-147.489852    ,99.113555      ,2.683897   ,   "Blueberry Acres"},
  1326. {-165.749542    ,160.008712     ,5.679359   ,   "Blueberry Acres"},
  1327. {-235.293533    ,83.839752      ,1.617060   ,   "Blueberry Acres"},
  1328. {-167.741180    ,47.208454      ,2.683565   ,   "Blueberry Acres"},
  1329. {-62.873401 ,50.355922      ,2.677374       ,"Blueberry Acres"},
  1330. {-55.681465 ,23.151607      ,2.681334       ,"Blueberry Acres"},
  1331. {-41.818199 ,11.054740      ,2.685750   ,   "Blueberry Acres"},
  1332. {-25.976091 ,21.039396      ,2.678440   ,   "Blueberry Acres"},
  1333. {-2.246821  ,32.180942      ,2.678658   ,   "Blueberry Acres"},
  1334. {50.862831  ,52.175991      ,1.078414   ,   "Blueberry Acres"},
  1335. {107.642860 ,63.563484      ,1.072963   ,   "Blueberry Acres"},
  1336. {106.335205 ,-58.770187     ,1.085680   ,   "Blueberry Acres"},
  1337. {706.132751 ,-532.861267        ,15.758588  ,   "Dillimore"},
  1338. {692.951110 ,-532.499572        ,15.758553  ,   "Dillimore"},
  1339. {659.446960 ,-530.608276        ,15.752421  ,   "Dillimore"},
  1340. {605.614501 ,-527.663391        ,15.768344  ,   "Dillimore"},
  1341. {608.329895 ,-503.104278        ,15.907205  ,   "Dillimore"},
  1342. {623.249206 ,-487.079345        ,15.756191  ,   "Dillimore"},
  1343. {652.681396 ,-465.616271        ,15.923398  ,   "Dillimore"},
  1344. {682.366149 ,-442.496063        ,15.901961  ,   "Dillimore"},
  1345. {701.482421 ,-456.020446        ,15.903295  ,   "Dillimore"},
  1346. {718.868835 ,-503.813568        ,15.699723  ,   "Dillimore"},
  1347. {752.908752 ,-532.401489        ,15.754680  ,   "Dillimore"},
  1348. {790.370422 ,-547.559326        ,15.752564  ,   "Dillimore"},
  1349. {790.227478 ,-573.906982        ,15.756512  ,   "Dillimore"},
  1350. {781.784667 ,-634.101013        ,15.903256  ,   "Dillimore"},
  1351. {815.796081 ,-641.466613        ,15.902568  ,   "Dillimore"},
  1352. {835.591796 ,-607.521057        ,15.903397  ,   "Dillimore"},
  1353. {678.615722 ,-614.929504        ,15.746944  ,   "Dillimore"},
  1354. {682.871032 ,-637.569641        ,15.755671  ,   "Dillimore"},
  1355. {1300.935546    ,261.604522     ,19.121795  ,   "Montgomery"},
  1356. {1311.481567    ,243.239013     ,18.988430  ,   "Montgomery"},
  1357. {1302.471923    ,217.816879     ,19.121490  ,   "Montgomery"},
  1358. {1298.823364    ,217.418426     ,19.122303  ,   "Montgomery"},
  1359. {1270.127807    ,210.000869     ,18.974033  ,   "Montgomery"},
  1360. {1283.702026    ,169.141342     ,19.995779  ,   "Montgomery"},
  1361. {1236.441162    ,210.684936     ,19.122819  ,   "Montgomery"},
  1362. {1239.479614    ,243.319854     ,19.125823  ,   "Montgomery"},
  1363. {1230.354003    ,270.380157     ,18.972799  ,   "Montgomery"},
  1364. {1209.570190    ,325.285858     ,18.969812  ,   "Montgomery"},
  1365. {1309.343383    ,370.920867     ,18.971664  ,   "Montgomery"},
  1366. {1330.176025    ,368.474884     ,19.017765  ,   "Montgomery"},
  1367. {1366.556274    ,410.037780     ,19.142507  ,   "Montgomery"},
  1368. {1333.524658    ,337.999084     ,18.973897  ,   "Montgomery"},
  1369. {1337.495849    ,301.547515     ,18.973014  ,   "Montgomery"},
  1370. {1353.503173    ,272.492980     ,18.969001  ,   "Montgomery"},
  1371. {1347.588745    ,237.427917     ,19.129281      ,"Montgomery"},
  1372. {1367.496948    ,208.989517     ,19.002223  ,   "Montgomery"},
  1373. {2318.590820    ,56.897209      ,26.483991  ,   "Palomino Creek"},
  1374. {2326.333496    ,46.189529      ,32.988399  ,   "Palomino Creek"},
  1375. {2329.435791    ,69.426574      ,32.007347  ,   "Palomino Creek"},
  1376. {2326.845458    ,77.402046      ,30.641807  ,   "Palomino Creek"},
  1377. {2309.230224    ,80.082855      ,30.483432  ,   "Palomino Creek"},
  1378. {2287.036621    ,64.701210      ,26.484375  ,   "Palomino Creek"},
  1379. {2267.974609    ,62.274204      ,26.484375  ,   "Palomino Creek"},
  1380. {2257.285644    ,63.470981      ,29.483432  ,   "Palomino Creek"},
  1381. {2245.315429    ,57.140689      ,32.483432  ,   "Palomino Creek"},
  1382. {2235.183593    ,42.083503      ,26.336318  ,   "Palomino Creek"},
  1383. {2255.669921    ,12.053495      ,27.476562  ,   "Palomino Creek"},
  1384. {2278.262451    ,-2.695461      ,27.328353  ,   "Palomino Creek"},
  1385. {2286.180664    ,-29.070003     ,26.335937  ,   "Palomino Creek"},
  1386. {2308.137207    ,-97.427391     ,26.339010  ,   "Palomino Creek"},
  1387. {2331.113769    ,-93.080192     ,26.484375  ,   "Palomino Creek"},
  1388. {2353.640625    ,-82.087348     ,26.484375  ,   "Palomino Creek"},
  1389. {2369.076660    ,-89.147438     ,26.612302  ,   "Palomino Creek"},
  1390. {2380.676757    ,-97.735504     ,26.370014  ,   "Palomino Creek"},
  1391. {2396.787597    ,-100.276817        ,26.131481  ,   "Palomino Creek"},
  1392. {2408.948730    ,-91.128067     ,26.253574  ,   "Palomino Creek"},{1755.540527  ,-2438.467529       ,13.115343,     "Los Santos International"},
  1393. {1785.569213    ,-2451.121337       ,13.120325,     "Los Santos International"},
  1394. {1840.475830    ,-2475.392822       ,13.120871,     "Los Santos International"},
  1395. {1912.736816    ,-2489.389892       ,13.104553,     "Los Santos International"},
  1396. {1965.202392    ,-2479.928710       ,13.105292,     "Los Santos International"},
  1397. {2023.421875    ,-2450.326171       ,13.112568,     "Los Santos International"},
  1398. {2064.981201    ,-2438.493164       ,13.112950,     "Los Santos International"},
  1399. {2145.246337    ,-2401.146972       ,13.114011,     "Los Santos International"},
  1400. {2088.823730    ,-2335.537841       ,13.113143,     "Ocean Docks"},
  1401. {2058.310791    ,-2306.353027       ,15.691365,     "Los Santos International"},
  1402. {2055.546142    ,-2215.560791       ,13.112865,     "Los Santos International"},
  1403. {1950.634887    ,-2178.601806       ,13.118594,     "Los Santos International"},
  1404. {1901.594604    ,-2179.477539       ,13.113053,     "Los Santos International"},
  1405. {1880.097167    ,-2223.455810       ,13.121008,     "Los Santos International"},
  1406. {1867.718627    ,-2307.897460       ,13.112914,     "Los Santos International"},
  1407. {1843.000366    ,-2694.290527       ,13.121493,     "Los Santos International"},
  1408. {1646.550170    ,-2680.514648       ,13.114207,     "Los Santos International"},
  1409. {1570.644287    ,-2570.587402       ,13.113983,     "Los Santos International"},
  1410. {1393.525024    ,-2501.449951       ,13.124001,     "Los Santos International"},
  1411. {1366.308349    ,-2537.253662       ,13.095571,     "South West Los Santos"},
  1412. {1387.833007    ,-2586.106201       ,12.975381,     "Los Santos International"},
  1413. {1523.031494    ,-2392.304687       ,13.120652,     "Los Santos International"},
  1414. {1626.818115    ,-2394.805175       ,13.120340,     "Los Santos International"},
  1415. {1823.567626    ,-2361.576416       ,13.112986,     "Los Santos International"},
  1416. {1780.023925    ,-2376.072021       ,12.941189,     "Los Santos International"},
  1417. {1641.021606    ,-2376.500000       ,12.941013,     "Los Santos International"},
  1418. {1574.400878    ,-2344.871093       ,13.116960,     "Los Santos International"},
  1419. {1630.293457    ,-2315.595214       ,12.950957,     "Los Santos International"},
  1420. {1689.894042    ,-2320.128417       ,12.948779,     "Los Santos International"},
  1421. {1728.550048    ,-2315.831787       ,12.949106,     "Los Santos International"},
  1422. {1777.854736    ,-2319.260986       ,12.948293,     "Los Santos International"},
  1423. {1795.540771    ,-2346.564697       ,13.064093,     "Los Santos International"},
  1424. {1754.898559    ,-2242.496582       ,0.347561,      "Los Santos International"},
  1425. {1691.204833    ,-2301.771728       ,-1.644069,     "Los Santos International"},
  1426. {1659.332031    ,-2288.409912       ,-1.655637,     "Los Santos International"},
  1427. {1498.866699    ,-2269.078857       ,-3.254078,     "Los Santos International"},
  1428. {1437.616455    ,-2278.450927       ,-3.254112,     "Los Santos International"},
  1429. {1425.437622    ,-2416.006835       ,5.745299,      "Los Santos International"},
  1430. {-230.138107    ,-1398.860351       ,8.041769,      "Flint Range"},
  1431. {-322.395538    ,-1398.507690       ,12.783468,     "Flint Range"},
  1432. {-396.987548    ,-1400.456420       ,23.117351,     "Flint Range"},
  1433. {-398.894531    ,-1353.595703       ,23.785125,     "Flint Range"},
  1434. {-456.018005    ,-1314.376953       ,33.483291,     "Flint Range"},
  1435. {-535.518005    ,-1381.491699       ,14.215428,     "Flint Range"},
  1436. {-562.357055    ,-1428.326538       ,11.088225,     "Flint Range"},
  1437. {-536.720031    ,-1487.577026       ,9.669597,      "Flint Range"},
  1438. {-487.663330    ,-1520.644042       ,11.581311,     "Flint Range"},
  1439. {-382.779571    ,-1548.753295       ,21.563783,     "Flint Range"},
  1440. {-320.608001    ,-1542.527954       ,12.990045,     "Flint Range"}
  1441. };
  1442.  
  1443. //---callbacks---//
  1444.  
  1445. public OnFilterScriptInit()
  1446. {
  1447.     BAGTD[0] = TextDrawCreate(207.500000, 166.977752, "box");
  1448.     TextDrawLetterSize(BAGTD[0], 0.000000, 13.299994);
  1449.     TextDrawTextSize(BAGTD[0], 407.000000, 0.000000);
  1450.     TextDrawAlignment(BAGTD[0], 1);
  1451.     TextDrawColor(BAGTD[0], -1);
  1452.     TextDrawUseBox(BAGTD[0], 1);
  1453.     TextDrawBoxColor(BAGTD[0], 55);
  1454.     TextDrawSetShadow(BAGTD[0], 0);
  1455.     TextDrawSetOutline(BAGTD[0], 0);
  1456.     TextDrawBackgroundColor(BAGTD[0], 55);
  1457.     TextDrawFont(BAGTD[0], 1);
  1458.     TextDrawSetProportional(BAGTD[0], 1);
  1459.     TextDrawSetShadow(BAGTD[0], 0);
  1460.  
  1461.     BAGTD[1] = TextDrawCreate(306.500000, 170.711090, "MoneyBag");
  1462.     TextDrawLetterSize(BAGTD[1], 0.400000, 1.600000);
  1463.     TextDrawAlignment(BAGTD[1], 2);
  1464.     TextDrawColor(BAGTD[1], 8388863);
  1465.     TextDrawSetShadow(BAGTD[1], 2);
  1466.     TextDrawSetOutline(BAGTD[1], 0);
  1467.     TextDrawBackgroundColor(BAGTD[1], 255);
  1468.     TextDrawFont(BAGTD[1], 1);
  1469.     TextDrawSetProportional(BAGTD[1], 1);
  1470.     TextDrawSetShadow(BAGTD[1], 2);
  1471.  
  1472.     BAGTD[2] = TextDrawCreate(308.000000, 198.711120, "~R~NO Mafia or ~N~ Gold Bag Has~N~ Been Lost Yet.");
  1473.     TextDrawLetterSize(BAGTD[2], 0.400000, 1.600000);
  1474.     TextDrawAlignment(BAGTD[2], 2);
  1475.     TextDrawColor(BAGTD[2], -65281);
  1476.     TextDrawSetShadow(BAGTD[2], 0);
  1477.     TextDrawSetOutline(BAGTD[2], 0);
  1478.     TextDrawBackgroundColor(BAGTD[2], 255);
  1479.     TextDrawFont(BAGTD[2], 1);
  1480.     TextDrawSetProportional(BAGTD[2], 1);
  1481.     TextDrawSetShadow(BAGTD[2], 0);
  1482.    
  1483.     MoneyBagTimer = SetTimerEx("MoneyBag", 18*60*1000, true, "d", "d");
  1484.     return 1;
  1485. }
  1486. public OnFilterScriptExit()
  1487. {
  1488.     TextDrawDestroy(BAGTD[0]);
  1489.     TextDrawDestroy(BAGTD[1]);
  1490.     TextDrawDestroy(BAGTD[2]);
  1491.     DestroyDynamicObject(MoneyBagInfo[BagObject]);
  1492.     KillTimer(MoneyBagTimer);
  1493.     return 1;
  1494. }
  1495. public OnPlayerConnect(playerid)
  1496. {
  1497.     strdel(pUserName[playerid],0,MAX_PLAYER_NAME);
  1498.     GetPlayerName(playerid,pUserName[playerid],MAX_PLAYER_NAME);
  1499.     return 1;
  1500. }
  1501. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  1502. {
  1503.     new string[170];
  1504.     if (newkeys == KEY_FIRE)
  1505.     {
  1506.         if (pTextdraw[playerid] > 0 && !IsPlayerInAnyVehicle(playerid))
  1507.         {
  1508.             TextDrawHideForPlayer(playerid,BAGTD[0]);
  1509.             TextDrawHideForPlayer(playerid,BAGTD[1]);
  1510.             TextDrawHideForPlayer(playerid,BAGTD[2]);
  1511.         }
  1512.     }  
  1513.     if(newkeys == KEY_CROUCH)
  1514.     {
  1515.         if (pTextdraw[playerid] > 0 && IsPlayerInAnyVehicle(playerid))
  1516.         {
  1517.             TextDrawHideForPlayer(playerid,BAGTD[0]);
  1518.             TextDrawHideForPlayer(playerid,BAGTD[1]);
  1519.             TextDrawHideForPlayer(playerid,BAGTD[2]);
  1520.         }
  1521.         if (!IsPlayerInAnyVehicle(playerid))
  1522.         {
  1523.              if(IsPlayerSpawned(playerid))
  1524.             {
  1525.                 if(IsPlayerInRangeOfPoint(playerid, 1, MoneyBagInfo[BagX], MoneyBagInfo[BagY], MoneyBagInfo[BagZ]))
  1526.                 {
  1527.                     if(MoneyBagInfo[LostGoldBag] || MoneyBagInfo[LostMoneyBag])
  1528.                     {
  1529.                         if(MoneyBagInfo[LostGoldBag])
  1530.                         {
  1531.                             DestroyDynamicObject(MoneyBagInfo[BagObject]);
  1532.                             new cash = RandomEx(500000,2000000);
  1533.                             format(string,sizeof(string),""ORANGE"%s (%d) "WHITE" Has Found The "RED"Lost "GOLDEN"Gold Bag "WHITE"In  "ORANGE"%s "WHITE"Worth "GREEN"$%d",pUserName[playerid],playerid,MoneyBagInfo[BagLoc],cash);
  1534.                             SendClientMessageToAll(-1,string);
  1535.                             GivePlayerMoney(playerid,cash);
  1536.                             MoneyBagInfo[LostGoldBag]=false;
  1537.                             format(string,sizeof(string),"The Gold King~N~~w~Has ~R~Lost~W~ The~N~~Y~Gold Bag~W~ in ~N~ ~P~%s",MoneyBagInfo[BagLoc]);
  1538.                             TextDrawSetString(BAGTD[2],string);
  1539.                             format(string,sizeof(string),"You Founded The Lost "GOLDEN"Gold Bag "WHITE"Worth $"GREEN"%d.",cash);
  1540.                             SendClientMessage(playerid,-1,string);
  1541.                            
  1542.                         }
  1543.                         if(MoneyBagInfo[LostMoneyBag])
  1544.                         {
  1545.                             DestroyDynamicObject(MoneyBagInfo[BagObject]);
  1546.                             new cash = RandomEx(200000,500000);
  1547.                             format(string,sizeof(string),""ORANGE"%s (%d) "WHITE" Has Found The "RED"Lost "GREEN"Money Bag "WHITE"In "ORANGE"%s "WHITE"Worth $"GREEN"%d",pUserName[playerid],playerid,MoneyBagInfo[BagLoc],cash);
  1548.                             SendClientMessageToAll(-1,string);
  1549.                             GivePlayerMoney(playerid,cash);
  1550.                             MoneyBagInfo[LostMoneyBag]=false;
  1551.                             format(string,sizeof(string),"You Founded The "GREEN"Money Bag "WHITE"Worth $"GREEN"%d.",cash);
  1552.                             SendClientMessage(playerid,-1,string);
  1553.                         }
  1554.                         TextDrawSetString(BAGTD[2],"~R~NO Mafia or ~N~ Gold Bag Has~N~ Been Lost Yet.");
  1555.                     }
  1556.                 }
  1557.             }
  1558.         }  
  1559.     }
  1560.     return 1;
  1561. }  
  1562. forward MoneyBag();
  1563. public MoneyBag() {
  1564.     new string[170];
  1565.     if(!MoneyBagInfo[LostMoneyBag] && !MoneyBagInfo[LostGoldBag])
  1566.     {
  1567.         switch (random(6))
  1568.         {
  1569.             case 0..4:
  1570.             {
  1571.                 new randombag = random(sizeof(MBSPAWN));
  1572.                 MoneyBagInfo[BagX] = MBSPAWN[randombag][XPOS];
  1573.                 MoneyBagInfo[BagY] = MBSPAWN[randombag][YPOS];
  1574.                 MoneyBagInfo[BagZ] = MBSPAWN[randombag][ZPOS];
  1575.                 MoneyBagInfo[LostMoneyBag]=true;
  1576.                 StringReplace(MoneyBagInfo[BagLoc],MBSPAWN[randombag][Position],50);
  1577.                 MoneyBagInfo[BagObject] =CreateDynamicObject(1550, MoneyBagInfo[BagX],MoneyBagInfo[BagY], MoneyBagInfo[BagZ], 0.0, 0.0, 0.0,-1,-1, -1, 50.0);
  1578.                 format(string,sizeof(string),"~W~The ~B~~H~Mafia~N~~w~Has ~R~Lost~W~ The~N~~G~Money Bag~W~ in ~N~ ~P~%s",MoneyBagInfo[BagLoc]);
  1579.                 TextDrawSetString(BAGTD[2],string);
  1580.                 format(string,sizeof(string),"The "BLUE"Mafia "WHITE"Has Lost Their "GREEN"Money Bag"WHITE" Somewhere in "PURPLE"%s.",MoneyBagInfo[BagLoc]);
  1581.                 SendClientMessageToAll(-1,string);
  1582.             }
  1583.             case 5:
  1584.             {
  1585.                 new randombag = random(sizeof(MBSPAWN));
  1586.                 MoneyBagInfo[BagX] = MBSPAWN[randombag][XPOS];
  1587.                 MoneyBagInfo[BagY] = MBSPAWN[randombag][YPOS];
  1588.                 MoneyBagInfo[BagZ] = MBSPAWN[randombag][ZPOS];
  1589.                 MoneyBagInfo[LostGoldBag]=true;
  1590.                 StringReplace(MoneyBagInfo[BagLoc],MBSPAWN[randombag][Position],50);
  1591.                 format(string,sizeof(string),"The Gold King~N~~w~Has ~R~Lost~W~ The~N~~Y~Gold Bag~W~ in ~N~ ~P~%s",MoneyBagInfo[BagLoc]);
  1592.                 TextDrawSetString(BAGTD[2],string);
  1593.                 MoneyBagInfo[BagObject] =CreateDynamicObject(1550,MoneyBagInfo[BagX],MoneyBagInfo[BagY], MoneyBagInfo[BagZ], 0.0, 0.0, 0.0,-1,-1, -1, 50.0);
  1594.                 SetDynamicObjectMaterial(MoneyBagInfo[BagObject], 0, 7555, "bballcpark1", "curbyell_64H", 0);
  1595.                 SetDynamicObjectMaterial(MoneyBagInfo[BagObject], 1, 8589, "lwbldstuff03", "filmcase01_64", 0);
  1596.                 format(string,sizeof(string),"The "GOLDEN"Jewl King "WHITE"Has Lost Their "GOLDEN"Gold Bag"WHITE" Somewhere in "PURPLE"%s.",MoneyBagInfo[BagLoc]);
  1597.                 SendClientMessageToAll(-1,string);
  1598.             }
  1599.         }
  1600.         SendClientMessageToAll(-1,"Find It Before Someone Else Does.");
  1601.     }  
  1602. }
  1603.  
  1604. //--stocks---//
  1605. stock GetZoneName(Float:X,Float:Y,Float:Z)
  1606. {
  1607.     new string[50],zOnE;
  1608.     for(new a = 0; a < sizeof(zones); a++)
  1609.     {
  1610.         if(X > zones[a][zone_minx] && X < zones[a][zone_maxx] && Y > zones[a][zone_miny] && Y < zones[a][zone_maxy] && Z > zones[a][zone_minz] && Z < zones[a][zone_maxz])
  1611.         {
  1612.             if(zOnE != a)
  1613.             {
  1614.                 format(string, sizeof(string), "%s",zones[a][zone_name]);
  1615.                 zOnE=a;
  1616.             }  
  1617.         }
  1618.     }
  1619.     return string
  1620. }
  1621. stock IsPlayerSpawned(playerid){
  1622.     new statex = GetPlayerState(playerid);
  1623.     if(statex != PLAYER_STATE_NONE && statex != PLAYER_STATE_WASTED && statex != PLAYER_STATE_SPAWNED) return true;
  1624.     return false;
  1625. }
  1626. stock RandomEx(min, max)
  1627. {
  1628.     return random(max - min) + min;
  1629. }
  1630. stock fcreate(filename[])
  1631. {
  1632.     if (fexist(filename)){return false;}
  1633.     new File:fhandle = fopen(filename,io_write);
  1634.     fclose(fhandle);
  1635.     return true;
  1636. }
  1637. stock StringReplace(string[],replace[],const size)
  1638. {
  1639.     strdel(string,0,size);
  1640.     strins(string,replace,0,size);
  1641.     return string;
  1642. }
  1643.  
  1644. //----Commands----//
  1645. CMD:moneyrush(playerid)
  1646. {
  1647.     pTextdraw[playerid]=1;
  1648.     TextDrawShowForPlayer(playerid,BAGTD[0]);
  1649.     TextDrawShowForPlayer(playerid,BAGTD[1]);
  1650.     TextDrawShowForPlayer(playerid,BAGTD[2]);
  1651.     return 1;
  1652. }
  1653. //----Commands For Testing only be sure to comment them or remove before fully running it ----//
  1654. CMD:gotobag(playerid)
  1655. {
  1656.     SetPlayerPos(playerid,MoneyBagInfo[BagX]+2,MoneyBagInfo[BagY],MoneyBagInfo[BagZ]);
  1657.     return 1;
  1658. }
  1659. CMD:startmoneyrush(playerid)
  1660. {
  1661.     //if(!IsPlayerAdmin) return SendClientMessage(playerid,-1,""RED"This command can only be used by an admin.");
  1662.     MoneyBag();
  1663.     return 1;
  1664. }
  1665. //---Command for scripter to add more moneybag locations//
  1666. CMD:addmoneybag(playerid)
  1667. {
  1668.     //if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,""RED"Only admin can add moneybag location.");
  1669.     if(IsPlayerSpawned(playerid))
  1670.     {
  1671.         new string[256],Float:x,Float:y,Float:z,File:fhandle;
  1672.         GetPlayerPos(playerid,x,y,z);
  1673.         format(string,sizeof(string),"{%f   ,%f     ,%f,        \"%s\"},\r\n",x,y,z,GetZoneName(x,y,z));
  1674.         if(fexist("ServerData/MoneyBags.txt"))
  1675.         {
  1676.             fhandle = fopen("ServerData/MoneyBags.txt",io_append);
  1677.             fwrite(fhandle,string);
  1678.             fclose(fhandle);
  1679.         }
  1680.         else
  1681.         {
  1682.             fcreate("ServerData/MoneyBags.txt");
  1683.             fhandle = fopen("ServerData/MoneyBags.txt",io_write);
  1684.             fwrite(fhandle,string);
  1685.             fclose(fhandle);
  1686.         }
  1687.         SendClientMessage(playerid,-1,"Money Bag Position Added.");
  1688.     } else SendClientMessage(playerid,-1,""RED"You can not use this command while you are dead.");
  1689.     return 1;
  1690. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement