Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: any server hiring?

  1. #1

    any server hiring?

    so i know scripting. i know how to make guis pop up and etc.

  2. #2
    Astro Noob Grantman20's Avatar
    Join Date
    Feb 2014
    Location
    Bottom Left Of Start
    Posts
    1,746
    Contact carlito to work on testbed
    Not giving up. mistakes happen, Miracles shine upon us.
    If you have an issue regarding Graal Era PM a staff member or submit a ticket to support.toonslab.com

  3. #3
    Veteran LebJoe's Avatar
    Join Date
    Jul 2016
    Location
    Beirut, Lebanon
    Posts
    184
    Quote Originally Posted by Grantman20 View Post
    Contact carlito to work on testbed
    TestBed has been disbanded I guess.
    LebJoe

    Join Era GO Discord! Click here!
    Check my Graphics thread! Click here!
    Check my GANIs thread! Click here!

    Don't forget to give me a +rep!


    Find me on Discord or iPhone Era!

  4. #4
    Veteran JavahGraal's Avatar
    Join Date
    Jul 2016
    Location
    Australia
    Posts
    174
    O wow, you script?
    In Game Name: Javah.


    Have Any Questions Or Need Help? PM Me Ingame!

  5. #5
    Im looking to hire people for my server on PC, its going to be Bomberman Online server..

    PM me if you wanna do scripts for the server , we already have custom bomb/destructables system..

  6. #6
    Veteran LebJoe's Avatar
    Join Date
    Jul 2016
    Location
    Beirut, Lebanon
    Posts
    184
    Quote Originally Posted by QUESTION View Post
    so i know scripting. i know how to make guis pop up and etc.
    Making GUIs Pop Up in scripting is nothing if you don't know how to script the GUI.
    LebJoe

    Join Era GO Discord! Click here!
    Check my Graphics thread! Click here!
    Check my GANIs thread! Click here!

    Don't forget to give me a +rep!


    Find me on Discord or iPhone Era!

  7. #7
    Veteran Kolo's Avatar
    Join Date
    Feb 2015
    Location
    Ohio
    Posts
    107
    Here is my Gui popup script if anyone wants to use it for their servers, make sure to credit me though.



    Code:
    function onKeyPressed(code, key, scancode) {
      if (key == "g" || key == "G")
        {
        if (this.on == false)
          {
          this.on = true;
          onOpenGUI();
          }
        else
          {
          this.on = false;
          Kolo_Main_Window1.destroy();
          }
        }
      }
    
    function onOpenGUI() {
      new GuiWindowCtrl("Kolo_Main_Window1") {
        profile = GuiBlueWindowProfile;
        clientrelative = true;
        clientextent = "320,221";
        height = 250;
        width = 540;
    
    
        canmaximize = canminimize = canclose = canmove = closequery = false;
        canresize = destroyonhide = true;
        text = "Kolo's Gui";
        x = 800;
        y = 400;
    }

  8. #8
    Player Abdullah1441's Avatar
    Join Date
    May 2015
    Location
    California
    Posts
    6,937
    Formerly known as "AliGamer911".

  9. #9
    Astro Noob Grantman20's Avatar
    Join Date
    Feb 2014
    Location
    Bottom Left Of Start
    Posts
    1,746
    Quote Originally Posted by AliGamer911 View Post
    does that have anything to do with the thead?
    Not giving up. mistakes happen, Miracles shine upon us.
    If you have an issue regarding Graal Era PM a staff member or submit a ticket to support.toonslab.com

  10. #10
    Player Abdullah1441's Avatar
    Join Date
    May 2015
    Location
    California
    Posts
    6,937
    Quote Originally Posted by Grantman20 View Post
    does that have anything to do with the thead?
    No, but have a Somali
    Formerly known as "AliGamer911".

Posting Permissions

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