(ASK) Beta badge when entering my retro.

SupahCookie

Member
Feb 18, 2015
79
0
Hey!
Iam using plus emulator.
My hotel just got into beta mode. And iam wana give every player a beta badge when they are Gona join.
How do i do this automatic?
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
There's a wired for that.
54923b5606b2495a9e769556bd5723db.png
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
or, you can goto GameClient.cs

and add this.
Code:
if (!_habbo.GetBadgeComponent().HasBadge("BADGE_ID"))
                        _habbo.GetBadgeComponent().GiveBadge("BADGE_ID", true, this);
below
Code:
 PlusEnvironment.GetGame().GetCacheManager().GenerateUser(_habbo.Id);
don't forget to change BADGE_ID to your BETA badge.
 

Users who are viewing this thread

Top