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?