Author Topic: /useprintgun? and /usehammer?  (Read 681 times)

so i just found out about these commands, are they default in blockland or are they from an add-on i don't know about. is there a way to turn them off?

Default.
Use hammer is admin only.
Use print gun shouldn't be a problem.

Hosting a challenge and theres invisible walls, and people are using the print gun to see the invisible bricks.
Any add-on that can make an admin disable that?

No add-on to disable it, just remove them through console by making them blank:

function serverCmdUseHammer(%c){}
function serverCmdUsePrintGun(%c){}

However, there's a client sided command to show brick outlines.
Also challenges involving invisible walls are just annoying, not hard.

No add-on to disable it, just remove them through console by making them blank:

function serverCmdUseHammer(%c){}
function serverCmdUsePrintGun(%c){}

However, there's a client sided command to show brick outlines.
Also challenges involving invisible walls are just annoying, not hard.
The invisible walls are to block them from hopping from different levels. they have nothing to do with the actual level.

I was at challenge and got out dah printgun every once ina while >:3

There is a tool gui to get a printer anyways.
it always works.
You cannot stop me from doing it.
Unless you are some console god or something :3


However, there's a client sided command to show brick .
what is it?

There is a tool gui to get a printer anyways.
it always works.
You cannot stop me from doing it.
Unless you are some console god or something :3
function serverCmdUseHammer(%c){}
function serverCmdUsePrintGun(%c){}


serverCmd =/= GUI
GUI sets off serverCmd? most likely at least

See invisable bricks with:
clientcmdshowbricks(1);
and turn it off with
clientcmdshowbricks(0);
You're welcome.


serverCmd =/= GUI
GUI calls serverCmds.
Otherwise you could bust out Rocket L at any time you wanted in any server that had it enabled.

The invisible walls are to block them from hopping from different levels. they have nothing to do with the actual level.
Then what's the problem?

GUI calls serverCmds.
Otherwise you could bust out Rocket L at any time you wanted in any server that had it enabled.
oh okay.
that'd be fun.