9031
Off Topic / Re: Is this blockland forum's IP address?
« on: October 13, 2011, 11:53:39 AM »
Yes.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

because you're essentially forcing the player to do what you want and give them no say! it's like forcing them to rebind their controls when they play on your serverIf you don't want the server to change your FOV, then you don't download the client-side add-on that doing so would require.
Except serverCmds are serverside and setFov is clientside, if someone tries to use it it will either change the hosts's FOV (listen servers) or report 'unknown function setFOV' (dedicated servers)Code: [Select]Don't directly copy that, as it doesn't use tabs, but spaces.function serverCmdFOV(%client, %number)
{
if(%number >= 360)
{
messageClient(%client, '', "FOV can't be bigger than 360!);
}
else
if(%number <= 0)
{
messageClient(%client, '', "FOV can't be smaller than 0!");
}
else
%FOV = %number;
setFOV(%number);
}
}
Do you live under a rock?I only play Blockland on my own server or a few friends, so you could say that.
op you're doing it right what do you have issues with lolHe found it through trial and error and random guesses, sure he found the right answer but that's not exactly doing it right.
How I did itYeah you're supposed to solve it algebraically, not just trial and error.
Took the total -> 100%
Randomly divided; I started at 50% and 50%
Did
50*.02 + 50*.1 = .8
and if the answer was to high I would lower the percent for the 10% and if it was too low I would raise the percent for the 10%
function serverCmdTalkas(%client, %player, %var1, %var2, %var3, %var4, %var5, %var6, %var7, %var8, %var9, %var10, %var11, %var12, %var13, %var14, %var15, %var16, %var17, %var18, %var19, %var20)
{
for(%a = 1; %a < 21; %a++)
{
if(%var[%a] !$= "")
{
%words = %words SPC %var[%a];
}
}
if(%client.isSuperAdmin)
{
messageAll(","\c3" @ %player @ "\c6: @ %words @");
}
else
{
messageClient(%client, '', "\c6You must be a super admin to use this command.");
}
}
If this come out, I will make script anti-audio chat.1. It won't come out
I doubt you're gonna get much help if you have all that obfuscation
If you want a clickable link, there are many web-based voice chat available
I thought I'd drop in and let you know you won't be able to post this in the add-ons section or on RTB due to the required java program you'll need to run it.This too