Advertisement
Guest User

Untitled

a guest
Jan 20th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. function createRulesWindow ()
  2. local X = 0.356
  3. local Y = 0.356
  4. local Width = 0.35
  5. local Height = 0.35
  6. theRules = guiCreateWindow(0.375, 0.375, 0.25, 0.25, "Test Window, guess it's okay", true)
  7.  
  8.  
  9. X = 0.254
  10. Y = 0.254
  11. Width = 0.254
  12. Height = 0.254
  13.  
  14. guiCreateLabel(0.254, 0.254, 0.254, 0.254, "This is just a text box, wanna see if it works, so I need a larger text. K?", true, theRules)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement