[UBER] Givebadge Command [JNike]

Results 1 to 9 of 9
  1. #1
    Elite Member JNike Rulez is offline
    Member +Rank
    Sep 2010 Join Date
    GermanyLocation
    183Posts

    [UBER] Givebadge Command [JNike]

    Hey, i made this time a givebadge command, it works so:

    :givebadge NAME BADGECODE

    Example:

    :givebadge JNike ADM

    Questions? Feel free to ask.

    Anyways, code:

    PHP Code:
                        case "givebadge":
                            {
                                if (
    Session.GetHabbo().Rank >= 6)
                                {
                                    
    TargetUser Params[1];
                                    
    TargetClient UberEnvironment.GetGame().GetClientManager().GetClientByHabbo(TargetUser);

                                    if (
    TargetClient == null || TargetClient.GetHabbo() == null)
                                    {
                                        
    Session.SendNotif("Konnte User: " TargetUser " nicht finden!");
                                        return 
    true;
                                    }
                                    else if (
    TargetClient.GetHabbo().Rank >= Session.GetHabbo().Rank)
                                    {
                                        
    Session.SendNotif("Du hast kein Recht ihm ein Badge zu geben!");
                                        return 
    true;
                                    }
                                    else
                                    {
                                        
    TargetClient.GetHabbo().GetBadgeComponent().GiveBadge("" Params[2] + ""true);
                                    }
                                }
                                return 
    true;
                            } 
    Made by "jnike" aka me lol.


  2. #2
    Newbie Logger is offline
    MemberRank
    Feb 2011 Join Date
    Can't find itLocation
    22Posts

    Re: [UBER] Givebadge Command [JNike]

    It's already be made??

    I've seen that command before in a other emulator, I beleave slaxxer's one, But not sure

  3. #3
    Sorcerer Supreme Mikehunt is offline
    Member +Rank
    Jun 2010 Join Date
    Look behind YouLocation
    332Posts

    Re: [UBER] Givebadge Command [JNike]

    Yes,

    It is already in Slaxxars edit :o

  4. #4
    Member Lubba is offline
    MemberRank
    Dec 2009 Join Date
    26Posts

    Re: [UBER] Givebadge Command [JNike]

    Bad... | 1/10
    Its just copied from Slaxxer's edit!

  5. #5
    Elite Member JNike Rulez is offline
    Member +Rank
    Sep 2010 Join Date
    GermanyLocation
    183Posts

    Re: [UBER] Givebadge Command [JNike]

    Quote Originally Posted by Lubba View Post
    Bad... | 1/10
    Its just copied from Slaxxer's edit!
    ************ *******, shut the **** up if you dont know what the hell you are saying.

    To all s**pid f**s there. I CODED IT MY SELF!


    Go on, compare it with slaxxer his, *****g re**rds. Just crying

    Lol so much * xd
    Last edited by JNike Rulez; 03-03-11 at 09:29 PM.

  6. #6
    Banned c0mma is offline
    BannedRank
    Jan 2011 Join Date
    ^RaGEZONE^Location
    696Posts

    Re: [UBER] Givebadge Command [JNike]

    Quote Originally Posted by Lubba View Post
    Bad... | 1/10
    Its just copied from Slaxxer's edit!
    What the fok are you on about!?? This is not even in Slaxxers emulator, N00B...

    OnTopic:
    Great release!

  7. #7
    Elite Member JNike Rulez is offline
    Member +Rank
    Sep 2010 Join Date
    GermanyLocation
    183Posts

    Re: [UBER] Givebadge Command [JNike]

    Quote Originally Posted by iPixelHotel View Post
    What the fok are you on about!?? This is not even in Slaxxers emulator, N00B...

    OnTopic:
    Great release!
    Yah thanks, btw i made this myself, slaxxer was on teamviewer on the time i was coding the roombadge and givebadge command, its not a copy

  8. #8
    Banned c0mma is offline
    BannedRank
    Jan 2011 Join Date
    ^RaGEZONE^Location
    696Posts

    Re: [UBER] Givebadge Command [JNike]

    I believe that you made this yourself ;)

    Can you be able to give me the following commands:
    :masscredits
    :massbadge
    Last edited by c0mma; 04-03-11 at 11:54 AM.

  9. #9
    Elite Member JNike Rulez is offline
    Member +Rank
    Sep 2010 Join Date
    GermanyLocation
    183Posts

    Re: [UBER] Givebadge Command [JNike]

    Quote Originally Posted by iPixelHotel View Post
    What the fok are you on about!?? This is not even in Slaxxers emulator, N00B...

    OnTopic:
    Great release!
    Yah thanks, btw i made this myself, slaxxer was on teamviewer on the time i was coding the roombadge and givebadge command, its not a copy



Advertisement