pocko Posted January 29, 2011 Posted January 29, 2011 hallo can someone tell me what to search in race "resource" to change position color and to move it from there example to be higher than default possition
SDK Posted January 29, 2011 Posted January 29, 2011 Move what to a higher position? The finish list? I don't understand you, maybe add a screenshot.
DakiLLa Posted January 29, 2011 Posted January 29, 2011 Open 'race_client.lua' and find the 21st line, there should be something like g_dxGUI = { - table, containing that text positions, colors etc. If you want to change a color, you should add g_dxGUI.ranknum:color( 255, 0, 0, 255 ) --will make your rank text red and so on for any other text element.
pocko Posted January 29, 2011 Author Posted January 29, 2011 Move what to a higher position? The finish list? I don't understand you, maybe add a screenshot. yes i want to move on higher position
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