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
)