Tesla Model S Wagon --README.txt

[ENG]

Original Model[Author:NGR_Ardiansyah]:
https://www.gtainside.com/en/sanandreas/cars/71689-2014-tesla-model-s/

This model has it's own collison, so you cannot walk trough the roof
Has basic San Andreas lights, so you can use it with Multi Theft Auto as well
Has A full damage mod: Doors, bumpers, boot and bonnet

It is kind of a V1.0, I never did a project like this before, but I think it turned out good, hope you like it!

Installation is kind of simple for Gta San Andreas:
Go to gta3.img and copy-paste the files

For Multi Theft Auto heres a script that will load it in without any problem:

Lua:
  txd = engineLoadTXD( "washing.txd", 421)
  engineImportTXD(txd, 421)
  
  dff = engineLoadDFF( "washing.dff", 421)
  engineReplaceModel(dff, 421, true )

Meta:

    <file src="washing.txd" />

    <file src="washing.dff" />



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


[HUN]
Eredeti Modell[Készítő: NGR_Ardiansyah]:
https://www.gtainside.com/en/sanandreas/cars/71689-2014-tesla-model-s/

A modell rendelkezik saját collisionnel, így nem tudsz átsétálni a tetőn
Alap San Andreas-os lámpákat használ, így működik Multi Theft Auto-val is
Teljes törésmodellje van: Ajtók, lökhárítók, csomagtartó és motortető

Ez olyasmi V1.0-ás verzió, korábban nem dolgoztam hasonló projecten, de azthiszem jól sikerült, remélem tetszik!

A Gta San Andreasba a telepítése egyszerű:
Nyisd meg a gta3.img -t és másold be a két file-t

Multi Theft Auto-hoz itt egy script ami hiba mentesen tölti be:


Lua:
  txd = engineLoadTXD( "washing.txd", 421)
  engineImportTXD(txd, 421)
  
  dff = engineLoadDFF( "washing.dff", 421)
  engineReplaceModel(dff, 421, true )

Meta:

    <file src="washing.txd" />

    <file src="washing.dff" />