The codes you have done do not work for me?
(Not saying your rubbish :P)
Could it be the emulator I am using?
Printable View
The codes you have done do not work for me?
(Not saying your rubbish :P)
Could it be the emulator I am using?
Could u code :afk ,too?
Like some custom commands like, one where you can change the theme of a room?
:disconetti
:disconetti <nomeutente>
:disconeccts the user from the client.
simon... 4 days have gone by and you haven't coded one request.. think this is a bad thread
i need commands :teleportmode <user> ad :roombadge for Uber Please :)
Good Work
Hey, Do you also know when you login into an R36 it says news right
well everytime I have a newsarticle i cant make a picture apper. It wants a code can you help?
Thanks,
Araon
mute room:
UnMute room:Code:#region RoomShutUp / MuteRoom
case "muteroom":
{
if (Session.GetHabbo().HasFuse("fuse_mute"))
{
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (TargetRoom == null)
{
return false;
}
string Msg = MergeParams(Params, 1);
foreach (RoomUser RoomUser in TargetRoom.UserList)
{
RoomUser.GetClient().GetHabbo().Mute();
RoomUser.GetClient().SendNotif("You are Muted!");
}
return true;
}
return false;
}
#endregion
Code:#region UnMuteRoom
case "unmuteroom":
{
if (Session.GetHabbo().HasFuse("fuse_mute"))
{
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (TargetRoom == null)
{
return false;
}
string Msg = MergeParams(Params, 1);
foreach (RoomUser RoomUser in TargetRoom.UserList)
{
RoomUser.GetClient().GetHabbo().Unmute();
RoomUser.GetClient().SendNotif("You are UnMuted!");
}
return true;
}
return false;
}
#endregion
How do you add them what file for Uber, I know holo's but not ubers?
I have 2 commands I want.
Command 1:
:invisible on/off
When you type this command, you gets invisible and only staff can see you
Command 2:
:newname [username] [new username]
Use this command to change a username, just type in a username then type in the new username and the username changes!
Example: :newname R3DSB0W MyNewName