Skip to content

Instantly share code, notes, and snippets.

@RaphPH
Created February 9, 2014 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaphPH/378344b276cb4b76b378 to your computer and use it in GitHub Desktop.
Save RaphPH/378344b276cb4b76b378 to your computer and use it in GitHub Desktop.
init start
local fontsize = 7
local fontspacing = fontsize + 6
setfontstyle("Tahoma", fontsize, 99, 0xE4B31B, 1)
setmaskcolorxp(0)
setposition($clientwin.left + 7, $worldwin.top + 5)
init end
softDuration = time(softTime) or 0
drawtext("Soft Duration: "..softDuration or 0, 2, 2 + fontspacing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment