xTravax Posted December 1, 2012 Share Posted December 1, 2012 i mean how to know number of it and btw what number of position is this if someone can tell me? there where is blue colored on screen down what is position number?and how can i know it without asking you? Link to comment
uhm Posted December 1, 2012 Share Posted December 1, 2012 keeping in mind that different people use different resolutions, use the function guiGetScreenSize() say you want that area to be 300px wide and 70px from the bottom, then you use x,y=guiGetScreenSize(); elementPositionX = x / 2 - 300 / 2; elementPositionY = y - 70; guiCreateLabel ( elementPositionX , elementPositionY , 300, 70, "at emt they serve it up", false ); and your final question: the wiki most of the time i look it up too just to answer a question here 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