Jump to content

[HELP] 3ds max modelled object


mikhel2

Recommended Posts

Posted

It's either your meta or script name you defined doesn't exist. Show me the meta.

Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS.

Developer and owner of

https://projectbea.st - Project Beast
Posted

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 
)      

Posted

You haven't spelled the functions correctly.

engineLReplaceModel -> engineReplaceModel

engineSetModelLoadistance -> engineSetModelLODDistance

If I help you in a thread and you need further assistance, please don't PM me - use the thread you created instead. This way everyone on the forum can take advantage of it.

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