^_^ LOL ^_^ Posted February 27, 2014 Share Posted February 27, 2014 Hello guys. How i can add other sniper in mta server? Pretty what i need its a weapon id, but in mta wiki it doesnt shows. And in orginal gta san andreas are 2 snipers. And what i want ask is to how i can make scope like this? When i change to this scope, all everyhing around is black. Thanks. Link to comment
Woovie Posted February 28, 2014 Share Posted February 28, 2014 That's just a texture replacement. Link to comment
^_^ LOL ^_^ Posted February 28, 2014 Author Share Posted February 28, 2014 Yes i know, but when i replce around is not a transparent but black. Link to comment
iPrestege Posted February 28, 2014 Share Posted February 28, 2014 I guess it's from you'r textrue's file's . Link to comment
Karuzo Posted February 28, 2014 Share Posted February 28, 2014 Or you could just draw that picture if he presses the MouseWheel/Right-Mouse-Click. Link to comment
فاّرس Posted February 28, 2014 Share Posted February 28, 2014 First : You must make a new TXD file. Second : use this functions : -- The ID of crosshair ( Sniper ) : 358 engineLoadTXD engineImportTXD If you want any crosshair go to this website : http://crosshairs.cali-kartell.de/ and replace the crosshair in the TXD file. I think this what you want. Link to comment
^_^ LOL ^_^ Posted February 28, 2014 Author Share Posted February 28, 2014 @TheBest Working. But how i can add other sniper rifl? Link to comment
Karuzo Posted February 28, 2014 Share Posted February 28, 2014 You can't add one to GTA . But you can replace one. Like this: txd = engineLoadTXD ( "weapon.txd" ) engineImportTXD ( txd, 357) dff = engineLoadDFF ( "weapon.dff", 357) engineReplaceModel ( dff, 587 ) You can look up the IDs here: https://wiki.multitheftauto.com/wiki/Weapons But note that you have to use the Model IDS! 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