Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 2.20 KB | None | 0 0
  1. enum MagasinsBraquable {BraquoId, Float:BX, Float:BY, Float:BZ, Virtualw, Float:EXTX, Float:EXTY, Float:EXTZ};
  2. static Magasin_Braquage[][MagasinsBraquable] = {
  3.         {2, 2430.4565,-1751.8962,13.6797, 0, 2424.2134,-1742.5947,13.5456},   // 24/7 Ganton
  4.         {3, 1924.8866,-1768.5149,13.6322, 0, 1929.5297,-1776.2184,13.5469},   // Station Idlewood
  5.         {4, 1837.0776,-1848.8087,13.5734, 0, 1832.6353,-1842.5841,13.5856},   // 24/7 Gare
  6.         {5, 2119.0085,-1911.2423,13.5707, 0, 2117.0759,-1903.2865,13.5469},   // Liquor idlewood / willow
  7.         {6, 1359.0879,-1771.8391,13.5498, 0, 1352.9132,-1758.2590,13.5078},   // 24/7 Pershing Square
  8.         {7, 1320.2753,-892.9677,39.5877, 0, 1315.3644,-896.6912,39.5781},     // 27/7 Richman
  9.         {8, 1944.6279,-1985.9806,13.5518, 0, 1952.2673,-1981.6206,13.5469},   // Liquor El Coronna
  10.         {9, 1094.2269,-1441.3627,15.7961, 0, 1102.4576,-1440.2350,15.7971},   // Zip
  11.         {10, 1091.8152,-1470.1416,15.8409, 0, 1098.5905,-1473.5233,15.7988},  // Burger Shot Mall
  12.         {11, 1092.4012,-1507.8394,15.7961, 0, 1099.1384,-1507.2782,15.8019},  // Binco
  13.         {12, 1166.3461,-1472.4078,15.7899, 0, 1158.0768,-1473.8256,15.8016},  // Power Video
  14.         {13, 1156.0808,-1455.2944,15.7996, 0, 1154.7924,-1458.0995,15.7971},  // General Store
  15.         {14, 1159.5071,-1435.3582,15.7961, 0, 1155.2799,-1440.0938,15.7971},  // 24/7 Mall
  16.         {15, -201.6259,2002.7209,3301.0750, 0, 2352.0000,-1412.1500,23.9924}, // Hardware Store
  17.         {16, 172.8436,1927.3550,2050.8357, 0, 1559.9100,-1856.1200,13.5469},  // Electronic Store
  18.         {17, 380.6582,-189.1135,1000.6328, 0, 1038.1300,-1340.5500,13.7429},  // Jim's Sticky Ring
  19.         {18, 2238.3618,-1668.0752,15.3586, 0, 2244.5200,-1665.0598,15.4766},  // 24/7 Groove
  20.         {19, 2412.1685,-1503.7450,24.0076, 0, 2419.9192,-1509.8068,24.0000},  // Cluckin Flores
  21.         {29, 393.6141,-1906.1293,7.8899, 0, 384.8645,-1902.5753,7.8748},      // hippy
  22.         {30, 463.0630,-1476.1844,30.7656, 0, 454.4694,-1477.9304,30.8226},    // Didier Sachs
  23.         {31, 2135.2900,-1178.2424,23.9978, 0, 2138.9377,-1184.9539,23.9922},  // Liquor Jefferson
  24.         {32, 2111.8506,-1204.5846,24.0303, 0, 2112.8147,-1211.1527,23.9624},  // sub Urban Jefferson
  25.         {33, 2394.1545,-1909.1299,13.5778, 0, 2397.7795,-1899.7175,13.5842}   // clukin willowfield
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement