Jump to content

Cross roads visible on Radar


h4x7o0r

Recommended Posts

I've defined those and use it this way.

  
    local rObjects = { [3458] = true,[8558] = true }; -- Radar objects 
  
    local screenX,screenY = guiGetScreenSize()  -- Get screen resolution.    
    local posx = screenX * 0.05 
    local posy = screenY * 0.725 
... 
     dxDrawImage(posx,posy,32,160,img,n-oZ,0,0,tocolor(255,255,255,255)) 
  

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