Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
AresCJ
Code:
case "welcome": // sends welcome message
{
sendData("BK" + "Welcome to 'yourhotelname' from the 'hotelname' Management!");
}
break;
This is in most databases..
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Just
This is in most databases..
Someone requested it. Shush
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Just
This is in most databases..
Um, yes in system_strings (welcomemessage_text) or whatever..
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
how do you add commands can someone please tell
me.Im Using Holograph Emulator Dissi's Edit.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
diegoharsh
how do you add commands can someone please tell
me.Im Using Holograph Emulator Dissi's Edit.
Open up your server folder, then navigate to Source > Virtual > Users > virtualUser.cs
Add the codes in the "commands" section of the source, then recompile using Visual C#.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Can someone do the
Arrest command for Andrews V26 edit.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Retroer
Can someone do the
Arrest command for Andrews V26 edit.
Its been repeated in the thread more than 3 times LOL!
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
:send x (roomid)
sends (:send) the selected user (x) to selected room (roomid)
Dissi v26
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
MDK
:send x (roomid)
sends (:send) the selected user (x) to selected room (roomid)
Dissi v26
Code:
#region :send <user> <roomid>
case "send":
{
if(_Rank > 6)
{
virtualUser User = userManager.getUser(args[1]);
int roomID = int.Parse(args[2]);
User.sendData("D^" + "H" + Encoding.encodeVL64(roomID));
}
break;
}
#endregion
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
I love this service brow.
I have take the Globalcredits and the moonwalk, they works great :laugh:
Tnx for this release :laugh:
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
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
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
10/10 For Stealing Obbos Commands