Jump to content

Replace blips HELPP


yoya99

Recommended Posts

Hey i have a question....i have rages gta 5 radar and i wanted to ask you howto put a planedisc in so when you are in a plane it shows in the radar the virtual sky..... at me it is named radar_plane.png

and second: how do i add a new aim siteM16.png to the default mta aim? thx in advance

Link to comment
local sx,sy  = guiGetScreenSize() 
function renderDisplay ( ) 
  
 dxDrawImage ( 0.3*sx, 0.3*sy, 100, 240, 'arrow.png') 
end 
  
  
function HandleTheRendering ( ) 
 addEventHandler("onClientRender", getRootElement(), renderDisplay) 
end 
addEventHandler("onClientResourceStart",resourceRoot, HandleTheRendering) 

showPlayerHudComponent ( player,"crosshair",false) 

i tried that but it is not wroking

Link to comment
  
local sx,sy  = guiGetScreenSize() 
showPlayerHudComponent ( "crosshair",false) 
function renderDisplay ( ) 
  
 dxDrawImage ( 0.3*sx, 0.3*sy, 100, 240, 'arrow.png') 
end 
  
  
function HandleTheRendering ( ) 
 addEventHandler("onClientRender", getRootElement(), renderDisplay) 
end 
addEventHandler("onClientResourceStart",resourceRoot, HandleTheRendering) 

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