FatalTerror Posted November 5, 2011 Posted November 5, 2011 Yes it's possible. Change the texture of the file with TXD Workshop.
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
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?
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