01.12.2009, 01:29
pawn Код:
new rand1 = random(sizeof(randomcolors));
new rand2 = random(sizeof(randomcolors));
AddStaticVehicle(522,-769.0129,-1568.9924,130.6875,9.0024,randomcolors[rand1],randomcolors[rand2]);
Код:
new randomcolors[][] = { {0}, {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}, {126} };