Author Topic: 2 command requests  (Read 2042 times)

Can someone please make the 2 commands?
  • /Player PLAYERTYPE- Sets a your own player type with a command.
  • /Sound SOUNDFILE- Plays a sound from the player.
Both admin only.

Here's a problem with these.

Some idiot can spam /player playertypeHere, and can crash the server with it.

These are very abusable.

Here's a problem with these.

Some idiot can spam /player playertypeHere, and can crash the server with it.

These are very abusable.
I fail to see how it would crash the server and I also fail to see why people who would abuse these are admin?

Here's a problem with these.

Some idiot can spam /player playertypeHere, and can crash the server with it.

These are very abusable.
thats why they're admin only and have a timeout

the factor that they are abusable entirely depends on how they are made

Why does anyone want this to be made anyways

Why does anyone want this to be made anyways
because he requested it and wants it?

he doesn't need to give us a reason, he probably just wants it because it's nifty

Not sure if the second one can be made unless it's only used on single player or something. Because you would need to create a new sound datablock.

Not sure if the second one can be made unless it's only used on single player or something. Because you would need to create a new sound datablock.

What?

%player.playAudio(0, AudioProfile);

Why does anyone want this to be made anyways
he doesn't need to give us a reason, he probably just wants it because it's nifty


I fail to see how it would crash the server
Funky shirt was failed for sending avatar change requests every second. Too many people use that and the server crashes.

Too many people use that and the server crashes.

Uh.. no.

What?

%player.playAudio(0, AudioProfile);
datablock AudioProfile(GlassBreakSound)
{
   filename = "./GlassBreak.wav";
   description = AudioClosest3d;
   preload = true;
};

Your point is?

%player.playAudio(0, GlassBreakSound);

EDIT: Oh, I see, you mean how he said that it should use sound files instead of datablock names. There isn't really much reason to.

Funky shirt was failed for sending avatar change requests every second. Too many people use that and the server crashes.
avatar change request =/= change in datablock