Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function openWindow()
  2. addEventHandler("onClientRender", root, Window)
  3. showCursor(true)
  4. showChat(false)
  5. seecursor = true
  6. isWindowOpen = true
  7. showPlayerHudComponent("all",false)
  8. end
  9. bindKey("z", "down", openWindow)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement