Jump to content

[FUN]DSL - Have FuN


DSL

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...