TechNoMatic Posted February 10, 2017 Share Posted February 10, 2017 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
nikitafloy Posted February 10, 2017 Share Posted February 10, 2017 (edited) 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 February 10, 2017 by nikitafloy Link to comment
Rataj Posted February 10, 2017 Share Posted February 10, 2017 It's object named DanceFloor1 (ID 19128) but it's only in SAMP. You can extract it and import it into MTA using functions nikitafloy shown you. Link to comment
3aGl3 Posted February 10, 2017 Share Posted February 10, 2017 You can use this site to get a models ID: http://dev.prineside.com/gtasa_samp_model_id/ If the model details list IDE: SAMP.ide the model is SAMP only and you'd have to convert. 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now