Jump to content

How to write dxtext in F11 map


Hero192

Recommended Posts

As the title say, how to write an Direct X Text in the image F11

any idea?

thanks in advance.

function FunctionName() 
    if (isPlayerMapVisible()) then 
        -- dxDrawText here 
    end 
end 
addEventHandler("onClientRender", root, FunctionName) 

Link to comment
As the title say, how to write an Direct X Text in the image F11

any idea?

thanks in advance.

function FunctionName() 
    if (isPlayerMapVisible()) then 
        -- dxDrawText here 
    end 
end 
addEventHandler("onClientRender", root, FunctionName) 

But.. when i Zoom the map it doesn't stay in the same possition any help?

Link to comment

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