Jump to content

buildings


Recommended Posts

if you want add

First Download your mod.

Then

Go to

https://wiki.multitheftauto.com/wiki/IDE_List

Then Press CTRL + F

And Then Copy the File name , then search

----------------------------

Example:

if you want add new Wang Cars Build (txd)

First , Press Right Click >> New >> New Folder

Change Folder Name to

Audi

Download That Mod:

http://www.gtagaming.com/downloads/gta- ... mods/10279

Then , Make New Folder in (Audi folder) as "Data"

Then unrar the Mod and Copy the Showcar_sf.txd in "Data" Folder

and then Right Click >> New >>> Text Decument. Name as "Mod.lua"

then

outputChatBox ( "> loading Wang Cars" )

txd_carshow = engineLoadTXD ( "data/carshow_sfse.txd" )

engineImportTXD ( txd_carshow, 11317 )

----------------

Then Save it

after that make Meta.xml

------------------------

Then save it

after that open console and type refresh

it will show to you that audi has loaded

then type , start audi

----------------------------------------------------------

for editing it:

go in that wiki page:

https://wiki.multitheftauto.com/wiki/IDE_List

and download the (Build) you want , take the txd name like carshow_sfse

then ctrl + f and put the carshow_sfse name u ll see it (11317) copy that id in

---------------------

outputChatBox ( "> loading Wang Cars" )

txd_carshow = engineLoadTXD ( "data/carshow_sfse.txd" )

engineImportTXD ( txd_carshow, 11317 )

--------------------

so if u want sf_garage take his id and replace it from 11317 id in mod.lua

and then go to meta and take the txd name and put it

it will be

like the one in the example i gived to u :)

Have fun, Hoka123.

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