Author Topic: Deleting ghost bricks that arn't yours.  (Read 794 times)



Nope. Not possible. Unless... Wait, nevermind.

Kill the player with PTTA


you can with world editor


Beach, you can use a console command.
Put the person's name where "name" is.

Quote
serverCmdCancelBrick(findclientbyname(name));

Or, you could make a script to clear all ghost bricks.

Code: [Select]
for(%i=0;%i<ClientGroup.getCount();%i++) {
serverCmdCancelBrick(ClientGroup.getObject(%i));
}

Yeah, but, if I knew whose ghost brick it was, I'd have done it the console way. But I dont :3

Ah, lol.
I assumed you just wanted to clear all, not a random one lying around.

I see your goal now.