[Request] Custom commands for Phoenix 3.7.1

Les

New Member
Dec 13, 2011
16
2
phoenix 3.7.1 ..... r u fking kidding me? LOOOOL joke bro tf u thinkin? make ur own commands
 

dClownz

New Member
May 26, 2013
3
1
paste this code into chatcommandhandler.cs (only for gte)
Code:
                        case 155:
                                if (Session == null)
                                {
                                    return false;
                                }
                                class2 = GoldTree.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
                                RoomUser class32 = class2.GetRoomUserByHabbo(Session.GetHabbo().Id);
                                {
                                    class32.HandleSpeech(Session, "*Smokes weed", true);
                                    Session.GetHabbo().Whisper("Your Now Smoking weed caution of cops");
                                }
                                return true;
and this into rolemanager.cs
Code:
this.dictionary_4.Add("smokeweed", 155);
 

Users who are viewing this thread

Top