30.10.2010, 00:19
hey, can someone give me the code where it gets a random amount then formats it in a 3d label
thx
thx
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