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 ?