patu112 Posted June 2, 2011 Share Posted June 2, 2011 So you want to know how to convert car to mta server ? Well it's easy First Download some car at like http://www.gtainside.com then change the files names if they are like greenwood.txd , .dff just search greenwood id and change it to that then create replace.lua Like this those numbers are the car id. txd = engineLoadTXD("492.txd") engineImportTXD(txd, 492) dff = engineLoadDFF("492.dff", 492) engineReplaceModel(dff, 492) Then make meta whic looks like this <meta> <info type="misc" name="Car replacement for: greenwood" author="noob" description="" version="1" /> <file src="492.txd" /> <file src="492.dff" /> <script type="client" src="replace.lua" /> </meta> And then it should be work , I hope you understand what im saying because i have bad english , and i hope it works well it works on my server. If this wont work say to me. This is easy or what you think ? Link to comment
Raimis_R Posted June 2, 2011 Share Posted June 2, 2011 Thanks but if you can explain functions Link to comment
patu112 Posted June 2, 2011 Author Share Posted June 2, 2011 Lol i didnt know that there is a tool for it well still if someone wants do it manually this topic shows it how Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now