Jump to content

[HELP] 3ds max modelled object


mikhel2

Recommended Posts

i find the problem the broblem was the name in the mente .lue not lua

but now not replaceing the modell load successfull but model dont raplace

here is my meta and script

      

addEventHandler("onClientResourceStart", resourceRoot, 
function() 
  
outbutChatBox ("Test") 
      local txd = engineLoadTXD ("nfs_mw.txd",true) 
      engineImportTXD(txd, 3356 ) 
       
      local dff = engineLoadDFF ("drfit1.dff") 
      engineLReplaceModel (dff, 3356 ) 
       
       
      local col = engineLoadCOL ("nfs_mw.col") 
      engineLReplaceCOL(col, 3356 ) 
       
      engineSetModelLoadistance( 3356 , 500) 
end 
)      

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