Don't works
Printable View
Can you code the :roomid command for me?
Please send the code with a PM. :)
RoomID:
Code:#region :roomid
case "roomid":
Session.SendNotif("Your in Room ID: " + Session.GetHabbo().CurrentRoomId + "");
return true;
#endregion