|
how can i make my number variable as a gui text, without making for example( if the number = 1 then GUI.Label (Rect (100,100,50,50), "1", "box"); if its 2 GUI.Label (Rect (100,100,50,50), "2", "box"); ect) because the numbers will be unlimited, i've tried this script;
but it comes up with errors... how can i make the gui print the var..... thanks for your time!
(comments are locked)
|
|
It's expecting a string as the second parameter Try use this: ah brilliant thanks :)
Apr 03 '11 at 09:30 AM
oinkoinkflapflap
(comments are locked)
|
