2701
Suggestions & Requests / Re: I need a script that clears someones bricks when they leave my server.
« on: October 29, 2013, 12:08:46 AM »I'm fine with that. Thanks.
package AutoClear
{
function GameConnection::onClientLeaveGame(%this)
{
if(!%this.isAdmin)
servercmdClearBricks(%this);
return parent::onClientLeaveGame(%this);
}
};
activatepackage(AutoClear);
package that for him...
it will have a user clear their own bricks when they leave if they aren't admin..
It might mess with other users builds (if collaborative), though