Jump to content

img mods skin


N4HW3ll

Recommended Posts

actualy ive reinstaled MTA sa and Gta sa due to resource loading errors, but when im trying to install my skins back on my gta3.img this happens LIco62w.png i mean, how does the claude skin still normal in mta but modded in the gta3.img file?

Link to comment
  • 2 weeks later...

If you want put it in your server u must put an archive .meta and an archive .lua and then TXD + DFF.

And you must know , the nick's ID , I'll explain you here.

well ,the skin ID is the number 299 so , check this

META:

LUA:

function replaceModel()

txd = engineLoadTXD("claude.txd", 299 )

engineImportTXD(txd, 299)

dff = engineLoadDFF("claude.dff", 299 )

engineReplaceModel(dff, 299)

end

addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel)

Good Luck.

Link to comment
  • 1 month later...
  • 4 months later...

Some patch in MTA:SA 1.4.1 make unable to use any installed custom skin in gta3.img

Actually you still can use it but only in your own server, like Cold[MM] said, you can enable the feature only for peds with this value in mtaconfig.conf:

peds

If you wanna use it in any other server you may ask the owner to enable the option in his mtaconfig.conf

There's actually no other way.

Same thing for .ifp files, but in this case it is impossible to bring it back to your server or any server at all due cheat suspect.

Custom Skins also were disabled by default in any server for the same reason, cheating suspect.

You might ask yourself why Skins were disabled if they just change the model?

In fact, some modders could make skins invulnerable to bullets, which MTA Team was forced to disable the use of Custom Skins by default.

MTA Team also wrote a note of it -> "Not recommended for Competitive servers"

Well, i think you understood why :')

Greetings,

Fiction-^

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