Jump to content

Use of .col files pls help


Norbertoo

Recommended Posts

you can do it like this
addEventHandler("onClientResourceStart", resourceRoot,
    function()
       local txd = engineLoadTXD ("yourtxd.txd") 
       engineImportTXD (txd, 17633) --The object id you want to change txd
       local dff = engineLoadDFF("yourdff.dff")
       engineReplaceModel(dff, 17633) --The object id you want to change dff
       local col = engineLoadCOL("yourcol.col")
       engineReplaceCOL(col, 17633) --The object id you want to change col
    end
)
Edited by Burak5312
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...