TrigerSnoop Posted May 17, 2020 Share Posted May 17, 2020 Ola pessoal, poderiam me ajudar por favor, estou tendo um problema muito chato no meu servidor coloquei uma imagem no night vision e ele fica por cima do chat e de tudo como faço pra deixar ele por tras das coisas ? if (getCameraGoggleEffect() == "nightvision") or (getCameraGoggleEffect() == "thermalvision") then dxDrawImage( 0, 0, screenWidth, screenHeight, "images/hud/infravision.png") end Link to comment
Other Languages Moderators Lord Henry Posted May 18, 2020 Other Languages Moderators Share Posted May 18, 2020 (edited) Utilize onClientHUDRender em vez de onClientRender. Pela lógica, a HUD será desenhada na tela depois, por cima da sua imagem. Explicação mais detalhada aqui: https://wiki.multitheftauto.com/wiki/Game_Processing_Order Edited May 18, 2020 by Lord Henry 1 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