Cpt.Niko Posted November 5, 2011 Share Posted November 5, 2011 Hello how can I add one pic on this object? Link to comment
FatalTerror Posted November 5, 2011 Share Posted November 5, 2011 Yes it's possible. Change the texture of the file with TXD Workshop. Link to comment
Cpt.Niko Posted November 5, 2011 Author Share Posted November 5, 2011 Yes it's possible.Change the texture of the file with TXD Workshop. Can I have the script? Link to comment
FatalTerror Posted November 5, 2011 Share 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 Link to comment
Jaysds1 Posted November 5, 2011 Share Posted November 5, 2011 I have a question, What's in the txd file? Is the image suppose to be in there? 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