[HOLO/UBER] Rules Command
Hello,
This is possibly the easiest Command to do.
Holograph Emulator
Code:
case "rules": // Displays Habbo Hotel Rules
{
sendData("BK" + "Habbo Hotel Rules \r" +
"1. This is a rule \r" +
"2. This is another rule \r" +
"3. This is also a rule \r" +
"4. HOW MANY RULES DO YOU WANT? \r" +
"5. MORE RULES FOR YOU?! \r" +
"");
break;
}
Uber Emulator
Code:
case "rules":
Session.SendNotif("Habbo Hotel Rules \r" +
"1. This is a rule \r" +
"2. This is another rule \r" +
"3. This is also a rule \r" +
"4. HOW MANY RULES DO YOU WANT? \r" +
"5. MORE RULES FOR YOU?! \r" +
"");
return true;
Not hard tbh. (This person off here requested it)
Thanks,
FlyCoder
Re: [HOLO/UBER] Rules Command
Re: [HOLO/UBER] Rules Command
Re: [HOLO/UBER] Rules Command
It's an "OK" code, but I don't think it's great... It's very easy to code that, BUT however it will help noobs who don't know how to code!
But another problem, if noobs want the code, they don't know how to add it. Well I am here to help, lol...
I only know Uber not holograph, to add the code to uber search: case "ha": and above it add:
case "rules":
Session.SendNotif("Hotel Rules \r" +
"1. No swearing \r" +
"2. No threatening other users \r" +
"3. Do not attempt to hack the hotel \r" +
"4. No scamming \r" +
"5. Don't flood rooms \r" +
"");
return true;
Re: [HOLO/UBER] Rules Command
Re: [HOLO/UBER] Rules Command
If you thanked me, thank YOU!
If you thanked FlyWannabeCoder than aww ;(
Re: [HOLO/UBER] Rules Command
Thanks, very easy to make tho.
Re: [HOLO/UBER] Rules Command
Yes, I know. It's is too easy to make this code =]
But, if a noob can't code, s(he) can use this !
Re: [HOLO/UBER] Rules Command
Re: [HOLO/UBER] Rules Command
Can someone please kill iPixelHotel??
Posted via Mobile Device
Re: [HOLO/UBER] Rules Command
Quote:
Originally Posted by
FlyCoder
Can someone please kill iPixelHotel??
Posted via Mobile Device
Agree'd! :thumbup::tongue:
Re: [HOLO/UBER] Rules Command
Better off putting it in BootUP
Re: [HOLO/UBER] Rules Command
You should make it so you can send it to 1 user, such as.
:rules iPixelHotel
You could just copy and paste it from the moderation alert.
Re: [HOLO/UBER] Rules Command
Pointless, making a command to send back a message, why is this needed? If we had a community with "actual programmers", we wouldn't be making releases like this. -.-
Re: [HOLO/UBER] Rules Command
lol honestly no one is going to use this -.-