Advertisement
ProToTN

Untitled

Jun 7th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. function djPanels()
  2.         changeCursor()
  3.         if (not guiGetVisible(GUIEditor.window[1])) then
  4.                 showPanel()
  5.         else
  6.                 unshowPanel()
  7.         end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement