I'm trying to add some custom text to a billboard, so the user can change what it says. I really can't work out how to do this, or even how to explain it, so i have a picture to explain what i'm trying to do.
This is from Garry's Mod, the text in the bill is changable.
Any ideas folks?
Thanks in advance.
Text on billboard
-
- Posts: 22
- Joined: Thu Aug 23, 2007 12:39 pm
-
- Posts: 22
- Joined: Thu Aug 23, 2007 12:39 pm
Quick related question,
THe textbillboard needs a const wchar_t. I have an irr::c8, how can i convert an irr::c8 to a const wchar_t? i tryed a cast like
but it doesnt seem to work? :S Sometimes it returns "0" depending on what the string is.
THe textbillboard needs a const wchar_t. I have an irr::c8, how can i convert an irr::c8 to a const wchar_t? i tryed a cast like
Code: Select all
(const wchar_t *)myirrstring
-
- Posts: 22
- Joined: Thu Aug 23, 2007 12:39 pm