nik3231 Posted November 13, 2011 Share Posted November 13, 2011 Hello everyone...i'm trying to get this done for long time now...but i don't have no luck....I would be very glad if someone would post the script...step by step how to add your own object to MTA...like own pic that you edited in photoshop or what ever.... Tnx. Link to comment
CapY Posted November 13, 2011 Share Posted November 13, 2011 If you mean on importing images to the server, use : https://wiki.multitheftauto.com/wiki/Gui ... taticImage and then don't forget to include it in meta. "imagename.png" /> Make sure it's in .png format. Link to comment
Charlie_Jefferson Posted November 13, 2011 Share Posted November 13, 2011 Don't think you can. You can however edit the .txd of an object, upload that and use the object... Also, if you want to add an object that is already in MTA, use createObject Link to comment
12p Posted November 13, 2011 Share Posted November 13, 2011 He can, Charlie. In 1.0.4 there were engineLoadDFF engineLoadTXD engineLoadCOL engineImportTXD engineReplaceModel engineReplaceCOL engineRestoreModel engineRestoreCOL , that only worked with objects and vehicles. Now those work on skins also, but I think there's no reason for it to cannot replace objects. Link to comment
nik3231 Posted November 13, 2011 Author Share Posted November 13, 2011 That's How You Add Your Image From Computer To MTA? Link to comment
Blaawee Posted November 13, 2011 Share Posted November 13, 2011 If you mean on importing images to the server, use : https://wiki.multitheftauto.com/wiki/Gui ... taticImage and then don't forget to include it in meta. "imagename.png" /> Make sure it's in .png format. Capy just tell how :@ Link to comment
CapY Posted November 13, 2011 Share Posted November 13, 2011 If you mean on importing images to the server, use : https://wiki.multitheftauto.com/wiki/Gui ... taticImage and then don't forget to include it in meta. "imagename.png" /> Make sure it's in .png format. Capy just tell how :@ Here: function showClientImage() guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false ) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) Get it, you had it on guiCreateStaticImage button. -.-" Link to comment
nik3231 Posted November 13, 2011 Author Share Posted November 13, 2011 Can someone post the Lua editor link download?...so i can finally make my wish done? Ty. Link to comment
nik3231 Posted November 13, 2011 Author Share Posted November 13, 2011 btw...no need too...i got it...btw...in the "imagename"...i have to write my image's name right?...btw where must i have it saved? (the image) Link to comment
12p Posted November 13, 2011 Share Posted November 13, 2011 Can someone post the Lua editor link download?...so i can finally make my wish done?Ty. viewtopic.php?f=91&t=31891 Check script editor stuff part, notepad++.. 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