Advertisement
LuaGamer

TurretControl

Aug 31st, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. forms=require("forms")
  2. Form1=forms.addForm()
  3. Form1.border = 1
  4. Form1.color = 0xFFCC00
  5. Form1.fontColor = 0x6600CC
  6. Label1=Form1:addLabel(2,2,TurretControl)
  7. forms.run(Form1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement