Jump to content

Help


TechNoMatic

Recommended Posts

So First of all to start off with...I am an experienced player and i play on SAMP instead of MTA but i prefer using MTA for map editing so i had just came up to a problem .. here are some question that i need answer to..

#1:Can you tell me the ID of This Object in MTA? https://www.upload.ee/image/3713270/Nimetu.png

#2:Can you tell me what's the big deal that people are talking that convert 0.3 Samp objects whatever! Can you tell me how to do it and what it is?

Thanks For reading hoping a useful reply ..

Link to comment

1) this object may b in MTA 1.6, not now

2) Get models txd, col, dff and replace with (example):

col_floors = engineLoadCOL ( "models/office_floors.col" )
engineReplaceCOL ( col_floors, 3781 )
txd_floors = engineLoadTXD ( "models/office_floors.txd" )
engineImportTXD ( txd_floors, 3781 )
dff_floors = engineLoadDFF ( "models/office_floors.dff")
engineReplaceModel ( dff_floors, 3781 )

 

Edited by nikitafloy
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...