Jak ustawic ?eby autami nie mo?na by?o wyjechac z salonu?
[lua]createBlip(-894.56, 1533.70, 25.85, 55,2,0,0,0,0,0,275)
createBlip(-2045.56, 2259.98, 18.75, 55,2,0,0,0,0,275)
createBlip(172.01,-1360.29,69.30, 25, 2,0,0,0,0,275)
local positionVehicles = {
{'Jester', 559, math.random(100,2500), 194000, 2122.20, -2097.04, 13.21, 0.0, 359.8, 307.8},
{'Blista Compact', 496, math.random(100,2500), 75000, 2121.67, -2078.05, 13.26, 0.1, 0.0, 217.0},
{'Club', 589, math.random(100,2500), 86000, 2111.35, -2095.33, 13.21, 360.0, 0.0, 300.4},
{'Turismo', 451, math.random(100,2500), 350000, -2053.68, 2243.00, 19.39, 340.2, 359.9, 305.6},
{'Admiral', 445, math.random(100,2500), 45000, 2089.78, -2092.40, 13.42, 359.99, 0.00, 304.31},
{'Sabre', 475, math.random(100,2500), 55000, 2089.98, -2085.83, 13.36, 359.75, 0.00, 298.31},
{'Savanna', 567, math.random(100,2500), 135000, 2107.09, -2085.76, 13.43, 0.5, 0.1, 236.3},
{'Tornado', 576, math.random(100,2500), 64000, 2135.17, -2055.40, 2277.73, 19.41, 340.2, 359.4, 270.9},
{'Pony', 413, math.random(100,650), 185000, 2129.83, -2080.77, 13.55, 0.5, 0.1, 217.0},
{'Huntley', 579, math.random(100,2500), 148000, -2036.55, 2249.35, 19.44, 340.2, 359.4, 85.6},
{'HotringRacer', 494, math.random(100,2500), 2000000, -1946.06, 258.19, 41.0, 0.09, 0.1, 50.3},
{'Burrito', 482, math.random(100,2500), 60000, -1945.06, 264.19, 41.0, 0.09, 0.1, 50.3},
... |