Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
I didn't really understand the text one so I am not saying if it is possible or not.
The rest are definitely possible.
The clock can be done using the spectator bar for example.
I am intrested to knopw what this text thing is so I can give you an answer.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
richie4394
Server : Dissi tdbp
Commands : (:naked <username> makes user naked
(:unnaked <username> puts clothes on
(:flag <username> changes users name
(:strike <username> <reason> 4 strikes = ban
(:dropall drops all furni from hand into room
(:invisible <name> Allows you not to be seen
(:Pet <type> <colour> Will turn you into a pet Type's Dog/Cat/Crocodile
(:kill <user> Will disconnect the user and a message will appear saying " An Admin has disconnected you "
Thanks For This, Will Be Very Happy If You Could Make :D
Richard
I have the nude command, make by awa500, and just say :poof after your done with being nude:
case "nude":
{
_Figure = "hd-180-59";
refreshAppearance(false, false, true);
break;
}
Tested on my hotel.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
why dont you merge the poof with the nude, so you dont have to type 2 commands for it.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Can you make a :startwork command for us please? xx
Got the jobs coded and the :Stopwork coded. all i need now is this then hopefully the RP server is done
Kate xx
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Katy-Foster
Can you make a :startwork command for us please? xx
Got the jobs coded and the :Stopwork coded. all i need now is this then hopefully the RP server is done
Kate xx
I have it in my rp emulator, its not in virtual user, i dont know were Lol, im looking for it now.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
-Jordan-
I have it in my rp emulator, its not in virtual user, i dont know were Lol, im looking for it now.
Lol k, would u be able to send me the server just incase mine does not work because i have been having trouble lately.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Katy-Foster
Lol k, would u be able to send me the server just incase mine does not work because i have been having trouble lately.
Il release public today or tomorrow.
Also for that nude command: (updated)
#region :nude on
case "nude":
{
_Figure = "hd-180-59";
refreshAppearance(false, false, true);
break;
}
if you have added that alreay, add this after it...
#region :nude off
case "nudeoff": //turnsoff
refreshAppearance(true, true, true);
refreshBadges();
break;
#endregion
un-tested, and, you can fix it or improve it if i dosnt work. and i rushed this.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Please Guys Most Commands You Want Are In Page 1 They Where Added By Awa:):
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
-Jordan-
I have the nude command, make by awa500, and just say :poof after your done with being nude:
case "nude":
{
_Figure = "hd-180-59";
refreshAppearance(false, false, true);
break;
}
Tested on my hotel.
incorrect, that makes you naked and red. Just naked would be:
PHP Code:
case "nude":
{
_Figure = "hd-180-1";
refreshAppearance(false, false, true);
break;
}
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
i need the command
command: delteroom <id>
server: hebbo and maarten v36
and the command
command: disconnect <username>
server: hebbo and maarten v36
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Guys, seriously he hasnt done one of these for the last 10 pages, dont you think hes finished :L
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
Solos
Guys, seriously he hasnt done one of these for the last 10 pages, dont you think hes finished :L
It's generally known that not only awa has helped but also other people who pass by this topic, so thus this thread is still helpfull, so thus shht
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Quote:
Originally Posted by
davidaap
i need the command
command: delteroom <id>
server: hebbo and maarten v36
and the command
command: disconnect <username>
server: hebbo and maarten v36
If you browse all the pages in this thread I'm sure someone posted the "disconnect" command but with "kill" rather than disconnect. Correct me if I am wrong though.
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
Ok guys I am starting this back up a bit I am in a coding mood and a got a bit of time these next few days. Post a command you want and I attempt make it or find it and or other people can try there skills :P
Post like so or pm me if you wish
Server: holoemu v26
command: :kiss
what it will do: it will kiss the person next to you or by you
---------- Post added 04-09-2010 at 12:11 AM ---------- Previous post was 04-08-2010 at 11:37 PM ----------
Quote:
Originally Posted by
321olos
Most of them are impossible to code.
NAhhhhh nothing is impossible but to make htem work you would need to recode the server :P
Re: [REL][SERVICE] Making Holograph Commands! [SERVICE][REL]
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.