Jump to content

Scoreboard


TorNix~|nR

Recommended Posts

Posted

Hello guys, I have weird problem on the scoreboard, the names and teams.. etc doesn't show normally

I don't know why? is there any way to fix it

3bt93TB.png

 

76561198387870432.png

ZI ZOMBIE INFECTION: mtasa://5.196.7.163:22003

560x95_FFFFFF_FF9900_000000_000000.png

Posted (edited)

Are you using dxCreateRenderTarget? looks like yes, if yes, use dxSetBlendMode. here's an example from wiki:

 

function updateRenderTarget()
    dxSetRenderTarget(yourRenderTarget, true)
    dxSetBlendMode("modulate_add")  -- Set 'modulate_add' when drawing stuff on the render target

    dxDrawText("Testing "..getTickCount(), 0, 0, 0, 0, tocolor(255, 255, 255, 255), 2, "clear")

    dxSetBlendMode("blend")         -- Restore default blending
    dxSetRenderTarget()
end


As @sanyisasha said, seems had another dxDrawText in background of 1st one.

Edited by MandaBraza
  • Thanks 1

どうも Nani?

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