11.11.2015, 21:30
Hello. There is some kinda issue that server is spawning about 80-89 vehicles(should be many more as u can see), different every server restart.
What may be the cause?
What may be the cause?
Код:
new RandomVehicleModels[91] = { 400, 401, 402, 404, 405, 410, 411, 412, 413, 415, 418, 419, 421, 424, 426, 429, 434, 436, 439, 445, 451, 461, 462, 463, 466, 467, 458, 471, 474, 475, 477, 478, 479, 480, 481, 482, 483, 489, 491, 492, 496, 500, 505, 506, 507, 509, 510, 516, 517, 518, 521, 526, 527, 529, 533, 534, 535, 536, 540, 541, 542, 543, 545, 546, 547, 549, 550, 551, 554, 555, 558, 559, 560, 561, 562, 565, 566, 567, 568, 575, 576, 579, 580, 581, 585, 586, 587, 589, 600, 602, 603 }; new randomvehicle[238]; for(new i = 0; i < 238; i++){ randomvehicle[i] = CreateVehicle(RandomVehicleModels[random(91)], RandomVehicles[i][0], RandomVehicles[i][1], RandomVehicles[i][2], RandomVehicles[i][3], random(254), random(254), -1); }