[ENG]

//Modern House//

Made by: BMatyas

A Big Hillside house in the Vinewood hills. One bedroom with its own bathroom and walk in closet.
The house has its own bar and pool table for maximum luxury.
If thats not enough in the top of Los Santos, you also have a 16 meter long infinity pool which stretches out above the city.



The really big thing, which makes this model really special, is the fire particle effects. Big thanks to DOBI for helping with those!

Replaces the CEhillhouse01 tested in MTA but should work in vanilla SA as well.

Its already in place, exact coordinates:  649.79,-1120.52,44.0391


For Multi Theft Auto here's a simple load-in script: 

Lua:
  txd = engineLoadTXD( "CEhillhouse01.txd", 13755)
  engineImportTXD(txd, 13755)
  
  dff = engineLoadDFF( "CEhillhouse01.dff", 13755)
  engineReplaceModel(dff, 13755, true )

  col= engineLoadCOL ( "CEhillhouse01.col" )
  engineReplaceCOL ( col, 13755)

Meta:

    <file src="CEhillhouse01.txd" />

    <file src="CEhillhouse01.dff" />

    <file src="CEhillhouse01.col" />

// https://bmatyas.com/
// https://www.facebook.com/BMatyasmod
--------------------------------------------------------------------------------

[HUN]

//Modern Ház//

Készítette: BMatyas

Egy nagy hegyoldali ház a Vinewood hegyekben. Egy hálószoba saját fürdővel és gardróbbal.
A ház rendelkezik saját bárral és billiárdasztallal is a maximális luxusért.
Ha ez nem lenne elég Los Santos tetején, van még egy 16 méteres infinity pool ami a város fölé lóg. 


Nagyon nagy dolog, ami igazán különlegessé teszi a modellt azok a tűz particle effektek. Nagy köszönet az azokkal nyújtott segítségért DOBI-nak!

A CEhillhouse01 -et cseréli. Tesztelve MTA-ban, de működnie kell az alap SA-ban is.

Alapból a helyén van, pontos koordinátái:  649.79,-1120.52,44.0391


Egyszerű betöltő script Multi Theft Auto-hoz:

Lua:
  txd = engineLoadTXD( "CEhillhouse01.txd", 13755)
  engineImportTXD(txd, 13755)
  
  dff = engineLoadDFF( "CEhillhouse01.dff", 13755)
  engineReplaceModel(dff, 13755, true )

  col= engineLoadCOL ( "CEhillhouse01.col" )
  engineReplaceCOL ( col, 13755)

Meta:

    <file src="CEhillhouse01.txd" />

    <file src="CEhillhouse01.dff" />

    <file src="CEhillhouse01.col" />

// https://bmatyas.com/
// https://www.facebook.com/BMatyasmod