Anyone know how to make the command :brb on PhoenixEMU?
Printable View
Anyone know how to make the command :brb on PhoenixEMU?
Here:
Paste in ChatCommandHandler.cs
And in RoleManager.csCode:case 124:
{
if (Session.GetHabbo().method_24().int_0 == 500)
{
Session.GetHabbo().method_24().method_2(0, true);
}
else
{
Session.GetHabbo().method_24().method_2(500, true);
}
flag2 = true;
return flag2;
}
Download for Enable:Code:this.dictionary_4.Add("afk", 124);
this.dictionary_4.Add("brb", 124);
Here
Screen:
https://forum.ragezone.com/cache.php...%2F2hxlkkl.jpg
Cheerio,
Dany
(Code and download by retroripper.com)