Phat Looser Posted April 21, 2008 Posted April 21, 2008 textitem textCreateTextItem ( [string text, float x, float y, string priority, int red = 255, int green = 0, int blue = 0, int alpha = 255, float scale = 1, string alignX = "left", string alignY = "top"] ) The priority is the wrong way around. "high" priority is shown behind "medium" and "low".
norby89 Posted April 21, 2008 Posted April 21, 2008 doesn't 'priority' refer to how often the text item is updated with the client?
Phat Looser Posted April 22, 2008 Author Posted April 22, 2008 doesn't 'priority' refer to how often the text item is updated with the client? True. Sorry.
Recommended Posts