Rugz007 Posted May 23, 2014 Share Posted May 23, 2014 Yeah its for speech recognition ^^. I want like hmmmm...... Julios max payne or iron man mod........huds Link to comment https://gtaforums.com/topic/710979-i-waana-dislplay-a-image-in-game/ Share on other sites More sharing options...
Jitnaught Posted June 13, 2014 Share Posted June 13, 2014 Put this in your code. Not in any functions or anything. Texture texture; Then put this in your start up code. texture = Resources.GetTexture("texture.png"); And this in your PerFrameDrawing function. e.Graphics.DrawSprite(texture, new RectangleF(0, 0, 1920, 1080)); Change what you need to, like where the texture file is, and the dimensions and stuff (dimensions are those numbers in the DrawSprite code.) Link to comment https://gtaforums.com/topic/710979-i-waana-dislplay-a-image-in-game/#findComment-1065585085 Share on other sites More sharing options...
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