Jump to content

Help for install any skin.


xPiwel

Recommended Posts

Hello all,

So, i play in SAES:RPG and the DE recruitement are at this Sunday, and i want to create a training server, anyone give me the DE Skin (287), and i want to change the skin in the server (The start skin of military) for the DE Skin of SAES,

I have 2 folder:

army.dff

army.txd

(DEsol.jpg ; Optional for present the skin)

But i don't know where i put this folders for remplace the currently skin, for the new skin, with the same ID (287)

Thank you for answer too fast.

Sincerely,

xPiwel

Link to comment

-- script.lua:

local ID = 287 
  
addEventHandler ( "onClientResourceStart", resourceRoot, 
    function ( ) 
        setTimer ( 
            function ( ) 
                engineImportTXD ( engineLoadTXD ( "skin.txd", ID ), ID ) 
                engineReplaceModel ( engineLoadDFF ( "skin.dff", ID ), ID ) 
            end 
            ,1000, 1 
        ) 
    end 
) 

-- meta.xml:

    "Castillo" type="script" version="1.0" name="Skin replacement" /> 
     
    

https://wiki.multitheftauto.com/wiki/Resources

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