[PlusEMU R2] RP Edition - Need help

Michell

god x
Nov 15, 2011
151
22
Hi,

My RP: (not the good way)
HMshvGJ.png


HOW IT SUPPOSED TO BE
Vc3rOGc.png



When you perform an action, the server uses ShoutManager or SendWhisper to interact to the player. However when i use :stun - :cuff - :escort and all other commands, they are all shouted like: Username: *Fires their stun-gun at Sledmore* however, a few roleplay's have it like *Username: fires their stun-gun at Sledmore*

Does anyone know what i need to edit for that?
 

Joshie

WebHost Founder
May 29, 2015
143
20
Hi,

My RP: (not the good way)
HMshvGJ.png


HOW IT SUPPOSED TO BE
Vc3rOGc.png



When you perform an action, the server uses ShoutManager or SendWhisper to interact to the player. However when i use :stun - :cuff - :escort and all other commands, they are all shouted like: Username: *Fires their stun-gun at Sledmore* however, a few roleplay's have it like *Username: fires their stun-gun at Sledmore*

Does anyone know what i need to edit for that?

You want to edit Chatcommandhandler.cs under Habbo Hotel > Misc > ChatCommandHandler.cs
You will want to locate the command (e.g :stun) simply type :stun in find and it should come up as commands have designations.
It will be somewhat along the lines of Session.Shout(*blah*) some-what, not actually edited a CS file in about a year and a half.
You want to include something like Session.GetHabbo(username) I'm not quite sure what the exact wording is..
unknown.png
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
426
642
You want to edit Chatcommandhandler.cs under Habbo Hotel > Misc > ChatCommandHandler.cs
You will want to locate the command (e.g :stun) simply type :stun in find and it should come up as commands have designations.
It will be somewhat along the lines of Session.Shout(*blah*) some-what, not actually edited a CS file in about a year and a half.
You want to include something like Session.GetHabbo(username) I'm not quite sure what the exact wording is..
unknown.png
Wtf are you on about??

You basically need to send the the composer that updates the users username before and after to include the star sign, so the process is as follows.

Update username to: *Username
Run command and send text: test test*
Then re update the username back to: Username
 

Users who are viewing this thread

Top