30.10.2010, 02:29
pawn Код:
new string[12];
format(string, sizeof(string), "%d", random(number)); // change number by the max value
Create3DTextLabel(string, COLOR, x, y, z, draw_distance, virtual_world, testLOS); // you've gotta change these too