Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Gs2 for the Noobs #4

  1. #11
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    Quote Originally Posted by Striker View Post
    I don't understand the last script x.x
    Could you specify what you did not understand?
    -Johnaudi

  2. #12
    Veteran Ek CM Bolivar's Avatar
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    423
    I need to learn GUIs.
    How to contact me?

    In-game name currently: ZombiEk" Ciprioni
    Current gang owned: Mayhem
    Skype: ek_graal
    Facebook: Shannon Gallagher
    Email: [email protected]
    Push notifications: enabled

    Ask me any questions/concerns!

  3. #13
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    If I made a gui script, and put it in a gani, would the GUI still work? I don't have weapon rights on a server...

  4. #14
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    Quote Originally Posted by Grief Hero View Post
    If I made a gui script, and put it in a gani, would the GUI still work? I don't have weapon rights on a server...
    Why would you put a GUI script in an ani? Use findimg() instead for images.
    -Johnaudi

  5. #15
    Quote Originally Posted by Grief Hero View Post
    If I made a gui script, and put it in a gani, would the GUI still work? I don't have weapon rights on a server...
    This is possible. You can draw a GUI in a GANI file's script portion.

    PHP Code:
    SCRIPT

    function onPlayerEnters() {
      new 
    GuiWindowCtrl("Window") {
        
    profile GuiBlueWindowProfile;
        
        
    width =
        
    height 300;
      }
    }

    SCRIPTEND 

  6. #16
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    Thread updated! GUI explained.
    -Johnaudi

Posting Permissions

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