Jump to content

Image Or Text Somewhere in The MAP


AHSS

Recommended Posts

not really if u tried house system by dakila be4 u will find at each house marker owner: cost: and an image at the top of the marker and its not on the screen its in the map got it? same as ouse system by dakila the house icon and the owner cost text :P

Link to comment

ok i did this

  
local gre = getRootElement() 
  
-- Direct X Drawing 
addEventHandler("onClientRender",gre, 
    function() 
        local px, py = getScreenFromWorldPosition (410.5979, -1543.6353, 32.2734, 8000.0) 
        dxDrawImage( px, py, l_w, l_h, "mtalogo.png", 0, 0, 0) 
    end) 
  

its working but 1 problem the image still visible all the time i want it visible only if the player is close

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