Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. GUIzChat.window.setSize(400.0, 200.0, false);
  2. GUIzChat.window.setPosition(10.0, 10.0, false);
  3. GUIzChat.window.setVisible(true);
  4. GUIzChat.windowshown <- true;
  5.  
  6. GUIzChat.image <- GUIImage("zChat.png");
  7. GUIzChat.image.setParent(GUIzChat.window.getName());
  8. GUIzChat.image.setPosition(0.0, 0.0, false);
Add Comment
Please, Sign In to add comment