Siemka . Jak zrobi? resp w wybranym miejscu po kupnie pojazdu gm ogrpg.
Salon
[lua]
salon_s
local positionVehicles = {
--{'NAZWA',ID, math.random(0,10), CENA, 2886.20, 2257.11, 10.75, 359.36, 359.93, 43.58},
-- CYGAN
{'Moonbeam', 418, math.random(51718,82719), math.random(3800,4000), 2235.03, 2050.32, 10.91, 0.1, 0.0, 89.5},
{'Walton', 478, math.random(51718,82719), math.random(3800,4000), 2235.07, 2042.38, 10.81, 359.2, 360.0, 89.9},
{'Sadler', 543, math.random(51718,82719), math.random(8800,9000), 2246.52, 2042.51, 10.64, 359.0, 0.0, 269.8},
{'Perennial', 404, math.random(51718,82719), math.random(3800,4000), 2235.24, 2034.73, 10.56, 359.7, 0.0, 90.1},
{'Manana', 410, math.random(51718,82719), math.random(4800,5000), 2246.01, 2050.19, 10.47, 359.4, 0.0, 269.5},
{'Nebula', 516, math.random(51718,82719), math.random(10000,10200), 2246.58, 2034.83, 10.65, 360.0, 0.0, 269.9},
{'Oceanic', 467, math.random(51718,82719), math.random(14800,15000), 2233.08, 2063.76, 10.56, 0.0, 0.0, 179.9},
{'Glendale', 466, math.random(51718,82719), math.random(11800,12000), 2241.49, 2063.93, 10.56, 0.0, 360.0, 180.1},
{'Bobcat', 422, math.random(51718,82719), math.random(13800,14000), 2249.84, 2063.91, 10.80, 359.1, 360.0, 179.5},
{'Picador', 600, math.random(31718,52719), math.random(19800,20000), 2258.31, 2063.99, 10.53, 359.1, 360.0, 180.7},
{'Vincent', 540, math.random(31718,52719), math.random(23000... |