Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Drawing image problem


Jumbofile
 Share

Recommended Posts

Using this code

```

Dim LogoX, LogoY As Long
LogoX = (frmMain.ScaleWidth / 2) - (Tex_Logo.Width / 2)
LogoY = (frmMain.ScaleHeight / 2) - (Tex_Logo.Height / 2)
RenderTexture Tex_Logo, LogoX, LogoY, 0, 0, 659, 278, 659, 278, D3DColorRGBA(255, 255, 255, 255)

```
The image appers when I put it in the modGraphics DrawHUD but when I try to move it in to modGeneral loadGUI it gives this error

![](https://i.gyazo.com/c6dce063aec0e02845ebb194508d7a5f.png)

I want to have it in loadGUI so it will appear on my menu
Link to comment
Share on other sites

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
 Share

×
×
  • Create New...