Jelly's developer app.

Discussion in 'Denied' started by Jellyhead, Mar 13, 2010.

Thread Status:
Not open for further replies.
  1. Jellyhead

    Jellyhead New Member

    Joined:
    Aug 23, 2009
    Messages:
    17
    Likes Received:
    0
    Hi.
    My ingame name is Jelly.
    I'm 14 years old and getting 15 this month.
    I live in the Netherlands and like to play guitar and do stuff on my pc.
    The position i'm applying for is scripter.
    I would realy like to develop BB RP.
    Past gmod experience: RB (co-owner), YAD (owner, coding the gamemode)
    I also have a little C++ experience.
    (I included some screenies from my old YAD gamemode.. but not things like my round system code because I want to keep that private)

    These 2 screenshots might be hard to read so I uploaded them to Imageshack:
    http://img708.imageshack.us/img708/6829/drscoreboard.png
    http://img251.imageshack.us/img251/7827/piecefromdrbeta.png
     

    Attached Files:

  2. giantzfan53

    giantzfan53 Member

    Joined:
    Jul 7, 2008
    Messages:
    502
    Likes Received:
    1
    "I would realy like to develop BB RP."
    I like that.
    But I don't think you apply for it.
     
  3. John Brown

    John Brown [BB] Resident Alcoholic Admin

    Joined:
    Dec 22, 2007
    Messages:
    3,271
    Likes Received:
    45
    Words of a god.
     
  4. Zephyr1551

    Zephyr1551 The Slayer of Bob

    Joined:
    Jul 14, 2008
    Messages:
    1,507
    Likes Received:
    2
    [youtube]KMU0tzLwhbE[/youtube]
     
  5. Zeke

    Zeke [BB] Sub Admin Sub Admin

    Joined:
    May 2, 2008
    Messages:
    4,209
    Likes Received:
    12
    We need more developers, nuff said.
     
  6. Whitefang

    Whitefang ( ͡° ͜ʖ ͡°)

    Joined:
    Jul 12, 2008
    Messages:
    4,009
    Likes Received:
    43
    Just for you, a round system made in this chatbox.

    Code:
    function GM:PlayerDeathThink(ply)
        if(ply.AllowRespawn) then
            ply.AllowRespawn = false
            ply:Spawn()
        end
    end
    
    function GM:DoPlayerDeath(ply)
        ply.AllowRespawn = false
        local team1, team2 = 0,0
    
        for _,v in pairs(player.GetAll()) do
            if(v:Team() == 1 && v:Alive()) then
                team1 = team1 + 1
            elseif(v:Team() == 2 && v:Alive()) then
                 team2 = team2 + 1
            end
        end
    
        if(team1 == 0) then
            print("Team red won.")
            for _,v in pairs(player.GetAll()) do v.AllowRespawn = true end
        elseif(team2 == 0) then
             print("Team blue won.")
             for _,v in pairs(player.GetAll()) do v.AllowRespawn = true end
        end
    end
     
  7. Jellyhead

    Jellyhead New Member

    Joined:
    Aug 23, 2009
    Messages:
    17
    Likes Received:
    0
    That code doesn't respawn the player that is alive and you forgot to clean up the map.
     
  8. giantzfan53

    giantzfan53 Member

    Joined:
    Jul 7, 2008
    Messages:
    502
    Likes Received:
    1
    This man is a God if he's right.
     
  9. Whitefang

    Whitefang ( ͡° ͜ʖ ͡°)

    Joined:
    Jul 12, 2008
    Messages:
    4,009
    Likes Received:
    43
    Durr
     
  10. Elk

    Elk ecology enthusiast

    Joined:
    Nov 28, 2009
    Messages:
    1,318
    Likes Received:
    46
    The language of scripting is foreign to me, but I want BB RP, so I vote yes. D:
     
  11. Pot Ducky

    Pot Ducky Hurf Durf,

    Joined:
    Jul 8, 2008
    Messages:
    1,727
    Likes Received:
    14
    I know that more developers is a great thing. However I gotta say that they really need to be trustworthy (not saying that your not trustworthy Jelly)

    i'm on the fence on whether I think you are experienced/respected enough for a position like this.
     
  12. Bundt

    Bundt DJ Pauly D MVP

    Joined:
    Jul 28, 2009
    Messages:
    1,262
    Likes Received:
    36
    Give him a shot.... Whats the worst that could happen? !nukebbserver jelly?
     
  13. Whitefang

    Whitefang ( ͡° ͜ʖ ͡°)

    Joined:
    Jul 12, 2008
    Messages:
    4,009
    Likes Received:
    43
    A new:

    • Kudomiku fiasco
    • RP09 fiasco
     
  14. John Brown

    John Brown [BB] Resident Alcoholic Admin

    Joined:
    Dec 22, 2007
    Messages:
    3,271
    Likes Received:
    45
    Beat me to it.
     
  15. Killermon

    Killermon Hammer time!

    Joined:
    Jun 6, 2008
    Messages:
    950
    Likes Received:
    267
    Don't forget PC Camp. But to be fair, Jelly is not the type of person who is about to go on some BB community genocide nor is he a sycophant. Lets not dwell on the past, I think Jelly would make a great Dev.
     
  16. Whitefang

    Whitefang ( ͡° ͜ʖ ͡°)

    Joined:
    Jul 12, 2008
    Messages:
    4,009
    Likes Received:
    43
    He's dutch.

    /thread
     
  17. Teddi

    Teddi Well-Known Member Bear

    Joined:
    Jul 21, 2007
    Messages:
    9,636
    Likes Received:
    1,119
    Sadly, your skills aren't quite up to scratch for what we're expecting, and the only reason you had so much community support is because you mentioned the golden words - ie BBRP.

    From my knowledge, you havent done much but made a gamemode in fretta, then converted that to from fretta to more standalone. And the images you provide above don't really show much either, apart from the fact you added two extra columns to the base scoreboard and some basic derma work.

    You're too "fresh" at this, you need far more experience to be able to handle something large that we would produce.
     
Thread Status:
Not open for further replies.