This site has been archived and made available for preservation purposes. No edits can be made.

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: GUI for vaultmp

  1. #11
    Quote Originally Posted by jam View Post
    well i really like it, but personally i think it should only show about 5 lines to save vertical space, but then again maybe only once you have scrolling
    5 lines are very little

  2. #12
    I will soon upload the changes to the GUI.
    Changes made:

    -Better positioning of text
    -50 Lines of chat
    -Resizing of chatbox ( + and - )
    -Scrolling of chatbox ( PageUp and PageDown )

    Screenshots:

    Screenshot 1
    Screenshot 2
    Screenshot 3
    Screenshot 4
    Screenshot 5
    Screenshot 6
    Screenshot 7
    Screenshot 8
    Screenshot 9
    Screenshot 10

  3. #13
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Awesome

    Here's some example for command processing:

    https://www.vaultmp.com/showwiki.php?...mand+processor

  4. #14
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Code cpp:
    Player player(ID);
    player << "Chat message!" << "Another message!";
    Chat << "Chat for everybody!" << "This syntax is great, C++ rocks!";

  5. #15
    This could be a crazy question... But where is the script located that has the command for pulling up the chatbox interface. I'm wanting to mess around with it a bit but I'm just not sure where to look. Any directions would be appreciated.

  6. #16
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Sorry, what do you mean with 'pulling up the interface'?

  7. #17
    the part of the code that tells the chatbox to be in the top corner. that defines its characteristics

  8. #18
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    This is part of the C++ GUI code written by Roby, he'll be able to tell you more.

    https://github.com/Foxtacles/vaultmp...ource/vaultgui

  9. #19

  10. #20
    Heya Roby! Is there anything I need to know about the new GUI that I need to fix for my chat skin pack?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •