Author Topic: Locate a brick planted by certain BLID with eval  (Read 469 times)

There's a single brick planted by a certain BLID somewhere on my CBM-hosted server and I want to find it. I don't have direct access to the server's console but I have eval. How could I locate this brick?

announce(brickGroup_BLID.getObject(0).getPosition());

Though, the position might not do you too much good. You can move yourself right to it with this:

findClientByName(Farad).player.setTransform(brickGroup_BLID.getObject(0).getPosition());

(remember to replace "BLID" with the actual BLID)
« Last Edit: November 08, 2014, 02:09:35 AM by $trinick »