sumariello Posted July 3, 2012 Share Posted July 3, 2012 Hi, I would put these buildings in my server: http://www.gtainside.com/en/download.ph ... 56&orderBy with imgtool20 = no (I see it's just me) but I want everyone to see the player ... there are appropriate programs for these things? Link to comment
Castillo Posted July 3, 2012 Share Posted July 3, 2012 It's possible with the Engine functions MTA provides: https://wiki.multitheftauto.com/wiki/Cli ... _functions Topic moved to "Scripting" section. Link to comment
sumariello Posted July 3, 2012 Author Share Posted July 3, 2012 there is a guide to learn more? Link to comment
Castillo Posted July 3, 2012 Share Posted July 3, 2012 Click on each of the Engine functions and read about them there. Link to comment
sumariello Posted July 3, 2012 Author Share Posted July 3, 2012 but it is too complicated Link to comment
Hoka1234 Posted July 4, 2012 Share Posted July 4, 2012 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
sumariello Posted July 4, 2012 Author Share Posted July 4, 2012 No excuses but I am Italian so well understand the English language ... in fact translate it anyway I can make a video so I understand better? thank you! 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