Jump to content

Look here if you want to know how to convert car to MTA


patu112

Recommended Posts

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 :D , 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

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