GreekMan Posted November 5, 2011 Share Posted November 5, 2011 Can someone guide me on how to add a photo in my own map? I wolud me grateful if some could help me! Link to comment
GreekMan Posted November 5, 2011 Author Share Posted November 5, 2011 can you be more specific because I dont understand it very much.BTW,thanks Link to comment
Jaysds1 Posted November 5, 2011 Share Posted November 5, 2011 ok, Do you mean on the streets or on the actual map, like a blip? Link to comment
GreekMan Posted November 5, 2011 Author Share Posted November 5, 2011 i mean a picture on a sign,replacing this for example Link to comment
Jaysds1 Posted November 5, 2011 Share Posted November 5, 2011 ok, First you have to make a client-side script: addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() local filename = "txdfile.txd" local objectid = OBJECTID txd = engineLoadTXD ( filename ) engineImportTXD ( txd, objectid ) end) then make a .txd file and import the image in there I got this from here: https://forum.multitheftauto.com/viewtopic.php?f=91&t=36920 Link to comment
GreekMan Posted November 5, 2011 Author Share Posted November 5, 2011 ok I think I'm ok now.Thank you very much 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