Oh very nice.
I love this service brow.
I have take the Globalcredits and the moonwalk, they works great
Tnx for this release![]()
Last edited by NOS-Hotel; 27-04-10 at 05:24 PM. Reason: typo
Hmm Do you think you could make a change figure id command?
Something like the HabboRP's Purcase command?
Where you pick the part that you do want to change?
maybe something like :figure ch-717-110
Then if you could make the person poof? Thank you
10/10 For Stealing Obbos Commands
Bump..
Anyhelp On My Command?
Yes.
And Plus it would be a Staff Only Command.
Hey, i need some commands coding for my server
they are for lost memorys server
the following commands please
:brb (changes users name to eg. (BRB) Rich )
:back ( resets name to just eg, rich )
:strike <username> <reason> (strikes a user, after 4 strikes it bans user for 24 hours)
i will be adding more later
thanks
Add me on msn richieskater4394@hotmail.com if you are a good c# coding and are looking for a hotel to code on
That Figure Command Doesnt
Work
Think You can Make One?
Anyone ;D.
I need this command:
Kick everyone from the room without going in the room. Like this:
:kickroom (roomid)
Let's say i wanna kick Welcome Lounge and the ID is 3
:kickroom 3
Yes but say he dc's or logs off while hes name is still (BRB) [NAME] then it will bug and he can no longer log into the hotel.
The best option would be changing motto's.
---------- Post added at 01:59 AM ---------- Previous post was at 01:58 AM ----------
Because I'm lazy, I made it in two parts.
virtualUsers (Command):
userManager.cs:Code:#region kickroom case "kickroom": { if (rankManager.containsRight(_Rank, "fuse_kick") == false) return false; else { int roomtokick = int.Parse(args[1]); userManager.kickroom(roomtokick, Room.removeUser(roomUser.roomUID, true, "An admin kicked the room!")); sendData("BK" + "Roomid: " + roomtokick + " has been kicked successfully!"); } } break; #endregion
:)Code:/// <summary> /// remotly kicks a room /// </summary> public static void kickroom(int roomtokick, string Data) { try { foreach (virtualUser User in _Users.Values) { if (User._roomID == roomtokick) { User.sendData(Data); } } } catch { } }
Last edited by swimoTheBig; 04-05-10 at 03:18 AM.
I really wanna have:
:sendhome x
:giveitem x
I want:
:sentall x (roomid)
Sends all user to room(x=id)
you could always make something like :clothes and a list of cloth figure ids come up, its easy todo if you want it just pm me and insted of :change clothes maybe like :change <figure id from :clothes> so it would be easy. drop me a pm if want the codes.
the 2nd command would cause a massive lag spike and maybe crash your emulator, i wouldnt bother doing it it would be useless.
Last edited by Bloodraven; 06-05-10 at 12:35 AM.