Rystbo
-Hotel Owner, -Customs Developer, -Arcturus
- Apr 16, 2018
- 390
- 200
Hello every one. Im trying to implement some new commands to my emu im using 3.4.3 Sledmores-- Now
When i add a command, when i implement it in my CommandManager.cs
It shows the command like this : (in white rather than green)
How do I implement the command to link with the actual command itself? Like how do I link that piece of script to the command i added in HabboHotel/Rooms/Chat/Commands/User
Im guessing thats why the text is white rather than green because its not linking to the command?
In this case im using a command just to test the waters- its called OnlineCommand.
And i have the command itself in HabboHotel/Rooms/Chat/Commands/User
Any help is greatly appreciated.
When i add a command, when i implement it in my CommandManager.cs
It shows the command like this : (in white rather than green)
You must be registered for see images attach
How do I implement the command to link with the actual command itself? Like how do I link that piece of script to the command i added in HabboHotel/Rooms/Chat/Commands/User
Im guessing thats why the text is white rather than green because its not linking to the command?
In this case im using a command just to test the waters- its called OnlineCommand.
And i have the command itself in HabboHotel/Rooms/Chat/Commands/User
Any help is greatly appreciated.