DarknessS Posted January 8, 2010 Share Posted January 8, 2010 hello all , I'm new to this forum, and wanted to ask you a question to you experts, I want to place an image at the corner bottom right, I already have the resource "image" i download from "https://community.multitheftauto.com/index.php?p=resources&s=details&id=187" but the server recognizes it as a gamemode .. I don't know how to insert the image without having this problem of gamemodes = S. .. please help = S I've been looking for information, and I not find anything.. and if please someone could tell me the dimensions for placing the image at the corner far right or at least a way to place the image more easily Link to comment
DarknessS Posted January 8, 2010 Author Share Posted January 8, 2010 hello all , I'm new to this forum, and wanted to ask you a question to you experts, I want to place an image at the corner bottom right, I already have the resource "image" i download from "https://community.multitheftauto.com/index.php?p=resources&s=details&id=187" but the server recognizes it as a gamemode .. I don't know how to insert the image without having this problem of gamemodes = S. .. please help = S I've been looking for information, and I not find anything.. and if please someone could tell me the dimensions for placing the image at the corner far right or at least a way to place the image more easily Link to comment
Remp Posted January 9, 2010 Share Posted January 9, 2010 its treated like a gamemode because its marked as one in the meta.xml (type="gamemode"), so just change that to something more suitable ("misc" or "script" should be fine) alternatively, you could use guiCreateStaticImage and guiGetScreenSize with a little maths to create an image in the bottom corner yourself Link to comment
Remp Posted January 9, 2010 Share Posted January 9, 2010 its treated like a gamemode because its marked as one in the meta.xml (type="gamemode"), so just change that to something more suitable ("misc" or "script" should be fine) alternatively, you could use guiCreateStaticImage and guiGetScreenSize with a little maths to create an image in the bottom corner yourself 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