formating a random 3d label
#1

hey, can someone give me the code where it gets a random amount then formats it in a 3d label


thx
Reply
#2

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
Reply
#3

thanks!

8char
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)