DSL Posted February 13, 2012 Share Posted February 13, 2012 (edited) My channel : https://www.youtube.com/user/DSLmapping1 Link video : https://www.youtube.com/watch?v=JlW9gtdKkQM Link Download : http://www.4shared.com/zip/I4f2_ceF/FUN ... e_FuN.html? Edited February 14, 2012 by Guest Link to comment
CsenaHUN Posted February 14, 2012 Share Posted February 14, 2012 Like Hit and Run map. ------------ --HelpText-- ------------ local rootElement = getRootElement() local screenWidth, screenHeight = guiGetScreenSize() function helpText () Restangle = dxDrawRectangle (((screenWidth/2)-200), (screenHeight-80), 400, 80, tocolor( 0, 0, 0, 150 )) HelpText = dxDrawText ("Jump: Shift", 0, 0, screenWidth, screenHeight-40, tocolor (255, 255, 255, 255), 0.7, 'bankgothic', "center", "bottom", false, false, false ) HelpText = dxDrawText ("Shot: Ctrl", 0, 0, screenWidth, screenHeight-20, tocolor (255, 255, 255, 255), 0.7, 'bankgothic', "center", "bottom", false, false, false ) end addEventHandler("onClientRender", rootElement, helpText) 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