Blockland Forums > Suggestions & Requests
Admins don't need trust.
Lugnut:
idk
Night Fox:
--- Quote from: Lugnut on June 23, 2012, 05:22:12 PM ---a forget this is confusing
one must check for everyone every time someone joins
my mind is confused
here's a theoretical application: https://dl.dropbox.com/u/58130173/Script_AllTrustAdmin/Script_AllTrustAdmin.zip
--- End quote ---
is it supposed to work? I can't tell
but it isn't working. I can't change anything about someone's brick, I can't get in his vehicle, and I can't destroy his brick with my hammer
one thing I did notice is that the "send" button in the brick's property menu isn't darkened, and you can press it. but at this point it just closes the window, without applying any of the changes
Lugnut:
--- Quote from: Night Fox on June 23, 2012, 06:00:15 PM ---is it supposed to work? I can't tell
but it isn't working. I can't change anything about someone's brick, I can't get in his vehicle, and I can't destroy his brick with my hammer
one thing I did notice is that the "send" button in the brick's property menu isn't darkened, and you can press it. but at this point it just closes the window, without applying any of the changes
--- End quote ---
it gives admins build trust with everyone on the server
that's all
Night Fox:
--- Quote from: Lugnut on June 23, 2012, 06:00:56 PM ---it gives admins build trust with everyone on the server
that's all
--- End quote ---
I can't build on his stuff either
Port:
--- Quote from: Lugnut on June 23, 2012, 05:22:12 PM ---a forget this is confusing
one must check for everyone every time someone joins
my mind is confused
here's a theoretical application: https://dl.dropbox.com/u/58130173/Script_AllTrustAdmin/Script_AllTrustAdmin.zip
--- End quote ---
%this.schedule(500, 0, doAllTrust);
that would schedule %this to run the function 0 in 500ms with the argument doAllTrust
%gc = clientGroup.getCount();
for(%i = 0; %i < %gc; %i++)
{
%c = clientGroup.getObject(%i);
setMutualBrickGroupTrust(%this.bl_id, %c.bl_id, 1);
}
notice the function name; "mutual"