Blockland Forums > Suggestions & Requests

Host caller - Request fulfilled

Pages: << < (4/4)

BobSevenSevens:


--- Quote from: BobSevenSevens on August 04, 2009, 10:44:31 PM ---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.
--- End quote ---


Regulith:


--- Quote from: BobSevenSevens on August 04, 2009, 11:25:27 PM ---

--- End quote ---

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

Chrono:


--- Quote from: Regulith on August 04, 2009, 11:21:19 PM ---Can you make it so it tells the person who calls that it works?
--- End quote ---

--- Code: ---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);
}
--- End code ---


Regulith:


--- Quote from: Chrono on August 05, 2009, 03:54:08 AM ----codesnip-

--- End quote ---

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

Pages: << < (4/4)

Go to full version