Guest User

Untitled

a guest
Nov 17th, 2010
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.41 KB | None | 0 0
  1. new const
  2.     FastFood[][] = {
  3.     // san fierro area
  4.     { -1912.2882, 828.0601, 35.2203, 323.0 },
  5.     { -2356.1206, 1008.1210, 50.8984, 90.0 },
  6.     { -2336.7239, -166.8391, 35.5547, 90.0 },
  7.     { -1816.5917, 618.3314, 35.1719, 180.0 },
  8.     { -2672.1655, 258.1868, 4.6328, 0.0 },
  9.     { -2155.1011, -2460.3184, 30.8516, 233.0 },
  10.     { -1808.5887, 945.6860, 24.8906, 225.0 },
  11.     { -1721.3109, 1359.8416, 7.1853, 90.0 },
  12.     // las venturas area
  13.     { 2351.8518, 2533.2114, 10.8203, 181.0 },
  14.     { 2756.6045, 2477.1230, 11.0625, 136.0 },
  15.     { 2838.3582, 2407.4954, 11.0690, 225.0 },
  16.     { 2169.5369, 2795.8733, 10.8203, 269.0 },
  17.     { 2638.5835, 1849.7960, 11.0234, 90.0 },
  18.     { 2472.7388, 2034.2006, 11.0625, 90.0 },
  19.     { 2366.9717, 2071.0591, 10.8203, 87.0 },
  20.     { 2393.2358, 2041.8247, 10.8203, 2.0 },
  21.     { 2083.3303, 2224.5286, 11.0234, 180.0 },
  22.     { 2102.2729, 2228.7754, 11.0234, 268.0 },
  23.     { 1872.6090, 2071.8457, 11.0625, 91.0 },
  24.     { 172.9758, 1177.0570, 14.7578, 145.0 },
  25.     { 1158.0919, 2072.2188, 11.0625, 269.0 },
  26.     // las santos area
  27.     { 2105.1216, -1806.4823, 13.5547, 90.0 },
  28.     { 2397.8169, -1899.1667, 13.5469, 357.0 },
  29.     { 2419.7893, -1508.9615, 24.0000, 167.0 },
  30.     { 810.6084, -1616.2034, 13.5469, 271.0 },
  31.     { 928.8235, -1352.9951, 13.3438, 91.0 },
  32.     { 1199.2892, -918.1415, 43.1230, 185.0 },
  33.     { 203.4659, -202.0591, 1.5781, 182.0 },
  34.     { 1367.5349, 248.2955, 19.5669, 63.0 },
  35.     { 2331.9507, 75.0505, 26.6210, 268.0 },
  36.     { -144.0272, 1224.8435, 19.8992, 181.0 }
  37. };
Advertisement
Add Comment
Please, Sign In to add comment