[Help] Plus Emu Edit

anthonyy

Member
Dec 23, 2014
127
10
How do you edit this because i would like it to say what each command does? Using PlusEmu thankyou :)
 

Attachments

  • Screenshot_32.png
    Screenshot_32.png
    17 KB · Views: 65

Velaski

winner
Aug 4, 2015
562
165
Basically, you have to route to the command. So SuperPullCommand.cs. Look for :
Code:
  public string Description
        {
            get { return "Edit this to your liking...."; }
        }

Debug it, and you're good to go.
 

anthonyy

Member
Dec 23, 2014
127
10
Basically, you have to route to the command. So SuperPullCommand.cs. Look for :
Code:
  public string Description
        {
            get { return "Edit this to your liking...."; }
        }

Debug it, and you're good to go.
oh, I take it i have a bugged emu then? because it's already there -.-
 
Go to your SWFs, gamedata, habbopages, chat, commands.txt
Vote best answer if works.
They both answer the problem for other users, but they are already both showing but not on the client once typed ;commands
 

Attachments

  • Screenshot_33.png
    Screenshot_33.png
    2.3 KB · Views: 14

Users who are viewing this thread

Top