Blockland Forums > Suggestions & Requests

Taking up requests

Pages: << < (17/22) > >>

Sami2ss:

i think it would be a good idea if everybody was able to use admin orb, outside of minigames of course.

Port:


--- Quote from: Sami2ss on June 25, 2013, 04:59:33 AM ---i think it would be a good idea if everybody was able to use admin orb, outside of minigames of course.

--- End quote ---


--- Code: ---package guestObserverPackage
{
function serverCmdDropCameraAtPlayer(%client)
{
%isAdmin = %client.isAdmin;

if(!isObject(%client.miniGame))
{
%client.isAdmin = 1;
}

parent::serverCmdDropCameraAtPlayer(%client);
%client.isAdmin = %isAdmin;
}

function serverCmdDropPlayerAtCamera(%client)
{
%isAdmin = %client.isAdmin;

if(!isObject(%client.miniGame))
{
%client.isAdmin = 1;
}

parent::serverCmdDropPlayerAtCamera(%client);
%client.isAdmin = %isAdmin;
}
};

activatePackage("guestObserverPackage");

--- End code ---


nuketf:

admins can say /nuke playername then eveyone hears -=Nuclear Launch detacked=- then BOOOOOOOOOOOOOOOOOOM that player dies and all around him

Kinlord999:


--- Quote from: Kinlord999 on June 25, 2013, 01:02:20 AM ---MARBLE MAN, could you please make an event or script that toggles bots painting? It's kind of annoying when I want them to play nice in a gladiatorial fight to the death and all they do is spray stuff everywhere like they're trying to create a post-modernist abstract masterpiece (of stuff). This would go well with the toggleBotJumping event.

--- End quote ---
bumpity-bump
hope Marble sees this

MARBLE MAN:


--- Quote from: Kinlord999 on June 25, 2013, 03:00:38 PM ---bumpity-bump
hope Marble sees this

--- End quote ---
please don't quote your request in order to make me see it again, It's annoying and frustrating.
there still hasn't been another page since your original post :/


--- Quote from: nuketf on June 25, 2013, 08:15:30 AM ---admins can say /nuke playername then eveyone hears -=Nuclear Launch detacked=- then BOOOOOOOOOOOOOOOOOOM that player dies and all around him

--- End quote ---
no.


--- Quote from: Sami2ss on June 25, 2013, 04:59:33 AM ---i think it would be a good idea if everybody was able to use admin orb, outside of minigames of course.

--- End quote ---
pretty much what port said


--- Quote from: Johnny Blockhead on June 25, 2013, 02:31:48 AM ---Marble, can you make it so when a player is handcuffed they can't Self Delete?
Thanks.

--- End quote ---
meh, I always like to have the power/ability to claw out my throat with my finger nails
thanks, higurashi :3


--- Quote from: RagnaTheBroedge on June 25, 2013, 01:46:58 AM ---A script for players to vote to reset the minigame, for long drawn out things like GCat's zombies. To prevent any bad situations, it ought to require a 2/3 majority rather than a 1/2, though better yet would be to be able to define a percentage of positive votes required with RTB preferences.

--- End quote ---
eh.. get 2 more people to say yes, and not be forced by you

Pages: << < (17/22) > >>

Go to full version