FatalTerror Posted November 5, 2011 Posted November 5, 2011 Yes it's possible. Change the texture of the file with TXD Workshop. Paid developer. Twitter: @willia_am - http://www.williamdasilva.fr
Cpt.Niko Posted November 5, 2011 Author Posted November 5, 2011 Yes it's possible.Change the texture of the file with TXD Workshop. Can I have the script?
FatalTerror Posted November 5, 2011 Posted November 5, 2011 First you must the object id & the .txd file Create new .lua file and write it Client side: addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() local filename = "txdfile.txd" local objectid = OBJECTID txd = engineLoadTXD ( filename ) engineImportTXD ( txd, objectid ) end) In the meta, you must have the script in client side and the .txd file Good luck Paid developer. Twitter: @willia_am - http://www.williamdasilva.fr
Jaysds1 Posted November 5, 2011 Posted November 5, 2011 I have a question, What's in the txd file? Is the image suppose to be in there? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
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