Jump to content

Installing Skins


Phoenix58

Recommended Posts

Hello guys. I am trying to install a skin on my Server; I can install txd but can't install dff.

Check this out:

function onResourceStart() 
    --BREEN 
    BREEN = engineLoadTXD ( "skins/29.txd" ) 
    engineImportTXD ( BREEN, 29 ) 
  
    --BLOOB 
    BLOOB = engineLoadDFF ( "skins/29.dff" ) 
    engineImportDFF ( BLOOB, 29 ) 
  
  
end 
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) 

If it isn't true, please tell me what's wrong...

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