Jump to content

Replace of the sniper crosshair


Bazoookaaa

Recommended Posts

Hi i wanna replace the crosshair of the sniper to put in my Basemode server but i dont know how i downloaded this crosshair:

3162_screen01.jpg

And the folder contains a file (sniper.txd) The usual way to install its replacing in gta3.img but for MTA how can i make a script for replace the original crosshair?

Plis help me to solve this out! :(:(

Link to comment
example
  
function onResourceStart() 
    Sniper = engineLoadTXD ( "sniper.txd" )  
    engineImportTXD ( Sniper, 358 ) 
end 
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) 
  

He doesn't want to replace texture of weapon model. He wants to change the HUD texture.

Link to comment
example
  
function onResourceStart() 
    Sniper = engineLoadTXD ( "sniper.txd" )  
    engineImportTXD ( Sniper, 358 ) 
end 
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) 
  

He doesn't want to replace texture of weapon model. He wants to change the HUD texture.

inside from sniper.txd have the crosshair

there need change and replace texture from sniper

must be open with txd workshop

chek this

sinttulodla.jpg

snipercrosshairn.png

and sorry for my english

i hoope you can understand me

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