Jump to content

Replacing a roadtrain


benjwilkins

Recommended Posts

Hey, I have downloaded a few versions of the "coca cola christmas truck" for GTA and they have all come with just a txd for the roadtrain.

The trailer is working fine, that had a dff and a txd, but all it says is to replace the TXD file for the truck

    coke = engineLoadTXD ( "vehicles/train.txd", 515 ) 
    engineImportTXD ( coke, 515 ) 
  

what do you think?

Link to comment
  
addEventHandler('onClientResourceStart', resourceRoot, 
function()  
        txd = engineLoadTXD ( "vehicles/train.txd" ) 
        engineImportTXD ( txd, 515) 
end  
) 
  

<meta> 
    <script src="train.lua" type="client" /> 
    <file src="vehicles/train.txd" type="client"/> 
</meta> 

Change the path and file name in

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