Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Code:
case "911":
{
string Message = Text.Substring(3);
Room.sendShout(roomUser, "A Mod is on there way!");
userManager.sendToRank(6, false, "BK" + stringManager.getString("scommand_911") + "\r Help call from " + _Username + " \r Message: " + Message + " \r Room ID: " + _roomID + "" + Convert.ToChar(2));
userManager.sendToRank(7, false, "BK" + stringManager.getString("scommand_911") + "\r Help call from " + _Username + " \r Message: " + Message + " \r Room ID: " + _roomID + "" + Convert.ToChar(2));
break;
}
its pretty much a cfh but they type it and it sends an alert to admins and mods
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
could you make a :drop command witch lets you drop 35 things at once and a :massbuy witch lets you buy a max of 35 furin from the cata E.g :massbuy 35
*mesage pops up you will recive 35 of you next buy* , buy somthing get 35 of that item then script ends , its on openhotel's new server
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Come on no one can do these
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
vistadosentwork
could you make a :drop command witch lets you drop 35 things at once and a :massbuy witch lets you buy a max of 35 furin from the cata E.g :massbuy 35
*mesage pops up you will recive 35 of you next buy* , buy somthing get 35 of that item then script ends , its on openhotel's new server
you you want the :massbuy command?
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
yes please and the :drop command
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
kingy!!
Hey, Sorry if this has been done. But could you make this command?
1. Holograph Emulator
2. :roa
3. The room owner can send a alert to his/her own room only.
Maybe even the :rom - room owner mute room and :roum - unmutes room, again only works for the room owner. Or maybe people with rights aswell. Would be very useful for those hosting games like Quiz or FF or something.
Pretty much, every command in the MOD tool, except only room owner/people with rights can do it.
____________________
Room Poll
1. Holograph Emulator
2. :gpoll (or anything like it)
3. Users can make a Poll for there room.
____________________
Ghosting - Users have to be in each others friend lists
1. Holograph Emulator
2. :ghost <user> <on/off>
3. Makes your user follow the other user from room to room.
Lol Room Poll :P it isnt a simple code :P! its like a system, Cecer1 and I almost had InfoBus Poll working just one final bug, d/c after answers are dispalyed
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
vistadosentwork
yes please and the :drop command
errm i cant do it like tht but
:massbuy 35 catpage catalog item
so :massbuy 35 rares rare_dafidlerug
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
masood104
Lol Room Poll :P it isnt a simple code :P! its like a system, Cecer1 and I almost had InfoBus Poll working just one final bug, d/c after answers are dispalyed
Uhm, i've made a 100% working code for the infobus poll, and its easy. XD
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
awa500
Uhm, i've made a 100% working code for the infobus poll, and its easy. XD
AWA i do not understand how to use yours :S, but we used parts from ur server, we jsut changed the command, pleaase explain yours so i can use it thanks!
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Im coding r26 commands.
Request for any command.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
:pull command
- - - *** and Bostons v26 [similar to Dissi's]
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
it's very beautiful but , have you got a DB ? please x)
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
can you make a :welcome
command where a message pops up saying Welcome to 'hotelname' from managment LOL
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
IHI_James_IHI
can you make a :welcome
command where a message pops up saying Welcome to 'hotelname' from managment LOL
Code:
case "welcome": // sends welcome message
{
sendData("BK" + "Welcome to 'yourhotelname' from the 'hotelname' Management!");
}
break;