drk Posted January 1, 2012 Share Posted January 1, 2012 I want to do something like this: var = dxDrawText(var) but don't work. Without a variable name it work. How to set a variable name to dxDrawText? Link to comment
codeluaeveryday Posted January 1, 2012 Share Posted January 1, 2012 Well this makes no sense... Your making the variable eat itself basically... What you have done is basically this: var = dxDrawText(dxDrawText(dxDrawText(dxDrawText))) and so on, its basically infinite. Please share your full code and we will help... Link to comment
drk Posted January 1, 2012 Author Share Posted January 1, 2012 LOL Have you a head? variable_name = dxDrawText(var) Understand? Link to comment
12p Posted January 1, 2012 Share Posted January 1, 2012 (edited) LOL, YOU don't have a head, that isn't the same thing you posted above, dumb. It's not his fault that you wrote your code wrong. Edited January 1, 2012 by Guest Link to comment
codeluaeveryday Posted January 1, 2012 Share Posted January 1, 2012 (edited) *EDITED* Sorry. Edited January 1, 2012 by Guest Link to comment
12p Posted January 1, 2012 Share Posted January 1, 2012 So, you're trying to draw a DX text based on a string variable, instead of a dxDrawText ( "lolwuttext2.0" )? I don't see your problem, in fact. Link to comment
Orange Posted January 1, 2012 Share Posted January 1, 2012 check directx text libraries, somewhere on forum (dxText or sth) Link to comment
12p Posted January 1, 2012 Share Posted January 1, 2012 Aww right. viewtopic.php?f=108&t=24262&hilit=dxText&start=15 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now