Author Topic: Host caller - Request fulfilled  (Read 1038 times)

It probably wouldn't work, because when I go AFK, I'm all the way on the other side of my house, I can't hear stuff from my non-BL computer (which is right next to my BL computer), and my BL computer's speakers are busted.



Well than you don't have to use it. This is for people who have fully functional computers who want to use it.

Can you make it so it tells the person who calls that it works?
Code: [Select]
function serverCmdCallHost(%client)
{
messageClient(localclientconnection,'','<color:ffff00>%1 <color:ffffff>has called you.',%client.getPlayerName());
messageClient(%client,'','<color:ffff00>You <color:ffffff>have called the host.',%client.getPlayerName());
localClientConnection.playSound(Synth_11_Sound);
localClientConnection.schedule(10,playSound,Synth_11_Sound);
localClientConnection.schedule(20,playSound,Synth_11_Sound);
localClientConnection.schedule(30,playSound,Synth_11_Sound);
}

-codesnip-

Mucho gracias, I guess that's all. This topic no longer has a purpose.