Hallo.
Habe eine Kurze Frage wen man das Gebäude Betritt sollte komm z.b Burger Shot /essen
Habe verschiedene Namen und iwie zeigt er mir nichts an...
enum e_EatData
{
Float:eatX,
Float:eatY,
Float:eatZ,
Float:eatIntX,
Float:eatIntY,
Float:eatIntZ,
eatInterior,
eatType // 0 = BSN, 1 = Cluckin Bell, 2 = Well Stacked
}
new EAT[MAX_EAT][e_EatData] = {
//BSN
{811.982, -1616.02, 12.618, 363.2464,-74.7937,1001.5078, 10, 0}, // Burgershot Strand LS
{1199.13, -918.071, 42.3243, 363.2464,-74.7937,1001.5078, 10, 0}, // BSN
{-1912.27, 828.025, 34.5615, 363.2464,-74.7937,1001.5078, 10, 0}, // SF Burgershot
{-2336.95, -166.646, 34.3573, 363.2464,-74.7937,1001.5078, 10, 0}, // SF Burgershot 2
{-2356.48, 1008.01, 49.9036, 363.2464,-74.7937,1001.5078, 10, 0}, // SF Burgershot 3
{2366.74, 2071.02, 9.8218, 363.2464,-74.7937,1001.5078, 10, 0}, // LV Burgershot
{2472.68, 2033.88, 9.822, 363.2464,-74.7937,1001.5078, 10, 0}, // LV Burgershot 2
{2169.86, 2795.79, 9.89528, 363.2464,-74.7937,1001.5078, 10, 0}, // LV Burgershot 3
{1872.24, 2072.07, 9.82222, 363.2464,-74.7937,1001.5078, 10, 0}, // LV Burgershot 4
{1158.43, 2072.02, 9.82222, 363.2464,-74.7937,1001.5078, 10, 0}, // LV Burgershot 5
{928.525, -1352.77, 12.4344, 365.0596,-11.3600,1001.8516, 9, 1}, // CB Intercars
{172.727, 1176.68, 13.773, 365.0596,-11.3600,1001.8516, 9, 1}, // CB Fort Carson
{2397.83, -1898.65, 12.7131, 365.0596,-11.3600,1001.8516, 9, 1}, // CB anywhere
{-1815.84, 618.678, 34.2989, 365.0596,-11.3600,1001.8516, 9, 1}, // SF CB
{-2671.53, 258.344, 3.64932, 365.0596,-11.3600,1001.8516, 9, 1}, // SF CB 2
{2638.58, 1671.18, 10.0231, 365.0596,-11.3600,1001.8516, 9, 1}, // SF CB 3
{2393.18, 2041.66, 9.8472, 365.0596,-11.3600,1001.8516, 9, 1}, // LV CB
{2838.43, 2407.26, 10.061, 365.0596,-11.3600,1001.8516, 9, 1}, // LV CB 2
{2102.69, 2228.76, 10.0579, 365.0596,-11.3600,1001.8516, 9, 1}, // LV CB 3
{-1213.71, 1830.46, 40.9335, 365.0596,-11.3600,1001.8516, 9, 1}, // Tierra Robada CB
{-2155.03, -2460.28, 29.8484, 365.0596,-11.3600,1001.8516, 9, 1}, // Angel Pine CB
{-1808.69, 945.863, 23.8648, 372.3475,-133.1287,1001.4922, 5, 2}, // SF Pizza
{-1721.13, 1359.01, 6.19634, 372.3475,-133.1287,1001.4922, 5, 2}, // SF Pizza 2
{2638.58, 1849.97, 10.0231, 372.3475,-133.1287,1001.4922, 5, 2}, // LV Pizza
{2756.01, 2477.05, 10.061, 372.3475,-133.1287,1001.4922, 5, 2}, // LV Pizza 2
{2083.49, 2224.2, 10.0579, 372.3475,-133.1287,1001.4922, 5, 2}, // LV Pizza 3
{2351.89, 2532.19, 9.82217, 372.3475,-133.1287,1001.4922, 5, 2}, // LV Pizza 4
{1367.27, 248.388, 18.6229, 372.3475,-133.1287,1001.4922, 5, 2}, // Montgomery Pizza
{2333.43, 75.0488, 25.7342, 372.3475,-133.1287,1001.4922, 5, 2}, // Palomino Creek Pizza
{203.334, -202.532, 0.600709, 372.3475,-133.1287,1001.4922, 5, 2}, // Blue Berry Pizza
{2105.2173,-1806.4510,13.5547, 372.3475,-133.1287,1001.4922, 5, 2} // LS Pizza
};
Alles anzeigen