Jump to content

How to set a variable name to a dx


drk

Recommended Posts

Posted

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?

Posted

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...

Posted (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 by Guest
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...