-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeque.cpp
More file actions
36 lines (35 loc) · 1.09 KB
/
Copy pathpeque.cpp
File metadata and controls
36 lines (35 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
new Float:spawnMapas[8][3][8] =
{
{ /* Las venturas */
{1136.34, 1206.73, 11.14},
{1139.53, 1353.59, 10.83},
{1173.81, 1360.58, 14.47}
},{ /* Aeropuerto LV */
{1617.4435, 1629.5537, 11.5618},
{1497.5476, 1501.1267, 10.3481},
{1599.2198, 1512.4071, 22.0793}
},{ /* Aeropuerto SF */
{-1313.0103, -55.3676, 13.4844},
{-1186.4745, -182.016, 14.1484,44.5505},
{-1227.1295, -76.7832, 29.0887}
},{ /* Auto-escuela */
{-2047.4285, -117.2283, 35.2487, 178.9484},
{-2051.0955, -267.9533, 35.3203, 358.7801},
{-2092.7380, -107.3132, 44.5237}
},{ /* Omega */
{425.5687, -2780.2439, 17.3731},
{205.6855, -2779.9207, 17.3731},
{291.7016, -2723.0449, 23.2539}
},{ /* Aeropuerto LV2 */
{-1259.0441, -584.8804, 13.5902},
{-1463.8308, -600.6301, 14.4929},
{-1335.3401, -647.8824, 29.6768}
},{ /* Aeropuerto LS */
{2071.0554, -2284.8943, 13.5469, 84.4657},
{1865.7639, -2299.0803, 13.5469, 288.4241},
{1921.2411, -2209.7275, 29.3730}
},{ /* Woozy */
{-2216.2900, 498.2071, 35.1719, 48.8015},
{-2288.8696, 580.3350, 35.1641, 228.6565},
{-2297.5000, 531.4240, 44.7344, 296.2342}}
};