Jump to content

Problem with Car models


pocko

Recommended Posts

guys i have problem with one script!

i don t know its worked before but i tryed to edit her so see what is writing!

rgh1328484806w.png

Error File carpack.lua in resource models-CRC mismatch! what i do here the script i tryed to put Sand king!

function replaceModel()  
  txd = engineLoadTXD("car/sandking.txd", 495 ) 
  engineImportTXD(txd, 495) 
  dff = engineLoadDFF("car/sandking.dff", 495 ) 
  engineReplaceModel(dff, 495) 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) 
  
addCommandHandler ( "reloadcar", replaceModel ) 

and Meta

    <file src="car/sandking.txd" type="client"/> 
    <file src="car/sandking.dff" type="client"/> 

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