541
Suggestions & Requests / Re: Blockland on PCs
« on: December 28, 2010, 12:50:38 AM »That's a cup. That's not water either. What?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
That's a cup. That's not water either. What?
Eh. Sorry to say, But why not just change the password daily, and kick anyone that isn't on the list.Too much more complication.
Paste this at the bottom of your code / in another file and exec it to use .isHost:Thanks.Code: [Select]package isHost
{
function GameConnection::autoAdminCheck(%this)
{
%this.isHost = (%this.isLocalConnection() || %this.bl_id == getNumKeyID());
return Parent::autoAdminCheck(%this);
}
};
activatePackage(isHost);