yoya99 Posted November 1, 2014 Share Posted November 1, 2014 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
xeon17 Posted November 1, 2014 Share Posted November 1, 2014 Next time seach on community before you ask here. https://community.multitheftauto.com/in ... ces&s=list https://community.multitheftauto.com/ind ... ls&id=7255 Link to comment
yoya99 Posted November 1, 2014 Author Share Posted November 1, 2014 they problem is i have another radar gta 5 style from rage Link to comment
xeon17 Posted November 1, 2014 Share Posted November 1, 2014 You'll need to create the blips with dxDrawImage But it's not easy , and you should know math also so.... Link to comment
yoya99 Posted November 1, 2014 Author Share Posted November 1, 2014 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
Saml1er Posted November 1, 2014 Share Posted November 1, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now