Jump to content

Question


-.Paradox.-

Recommended Posts

I saw this script but didn't worked

function () 
exports.download:downloadFile("infernus.txd", "infernus.txd", 411) 
exports.download:downloadFile("infernus.dff", "infernus.dff", 411) 
end 
  
addEventHandler("onClientDownloadComplete", getRootElement(), 
function (theFile) 
if theFile == "infernus.txd" then 
     local theTXD = engineLoadTXD ("infernus.txd", 411 ) 
     engineImportTXD ( theTXD, 411 ) 
if theFile == "infernus.dff" then 
     local theTXD = engineLoadTXD ("infernus.dff", 411 ) 
     engineImportTXD ( theTXD, 411 ) 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) 

Link to comment
  • 4 months later...

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