Jump to content

Help with custom cars


Vinex

Recommended Posts

Hello, i have downloaded a car that replaces infernus.

I have made the meta and lua file, and i think everything is ok?

addEventHandler('onClientResourceStart', resourceRoot,  
function()  
        txd = engineLoadTXD ( "infernus.txd" ) 
        engineImportTXD ( txd, 411 ) 
         
        dff = engineLoadDFF ( "infernus.dff", 411 ) 
        engineReplaceModel ( dff, 411 ) 
end  
) 

    "infernus.txd" /> 
    "infernus.dff" /> 
    

I got the meta and lua file + the .dff and .txd file in one folder.

now how do i get this loaded on to my server? and where do i put the folder/files?

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