I've tried everything I can think of. This is wrong:findClientByName("blahblahblah").ServerCmdClearBricks();What is correct?
fixed
Post important things that happened to you at a certain age, example: I, got my first gameboy with Pokemon Ruby at 2yrs.Beat it at 3yrs.learned to code at 8yrs.and so on
findClientByName("blahblahblah").ClearBricks();
/clearbricks (bleh.)
serverCmdClearBricks(findclientbyname("blahblahblah"));
Looks like you can add "forgot how to code at 12 yrs" to that little list of yours.
no, I'm gonna try to trade it in, because, I went there yesterday, and seeing how i'm 11, he's like "oh, did u put it in rite?" and I explained it to him and he was asking my mom questions, (she dosent know anything bout the pc)
and I'm 12
Would work, but would show as the player clearing their own bricks.
but that would say that they cleared their own bricks which is just silly
Try /clearbrickgroup ID
function serverCmdClearBricksPlayer(%client,%clear){ %clear = findClientByName(%clear).BL_ID; serverCmdClearBrickgroup(%client,%clear);}
Hope you know you have to clear it by BL_ID, and not the client's object ID.