2746
Add-Ons / Re: Force trust
« on: May 07, 2015, 05:55:31 PM »Yes? So what if they would? That's how trust works in this game.It'd make more sense for admins to bypass trust than force trust between two players.
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.
Yes? So what if they would? That's how trust works in this game.It'd make more sense for admins to bypass trust than force trust between two players.
then you did it wrong, because i've done it a lotMost likely. I'll have to try it again sometime
Typically in that case you'd declare them with class = Thing;I remember trying this with various objects and it didn't do anything.
You especially don't need it if you name the object.There can be - you might have multiple objects called Thing because you want them all to have Thing::blah() functions by default.
Ok I see so its the same thing as a variable praticly?
%obj = new ScriptObject(Thing)does the same as
{
stuff = "hello";
blah = 123;
};
%obj = new ScriptObject(Thing){};
%obj.stuff = "hello";
%obj.blah = 123;
Wouldn'tCode: [Select]%obj.playHum = true;
schedule(time,0,"lightsaberHum",%obj);
function lightsaberHum(%player)
{
if(%player.playHum)
{
serverPlay3D(SaberLoopSound,%player.position);
schedule(time,0,"lightsaberHum",%player)
}
}
work as intended as long as the playHum variable is correctly set to true and to false when equipping and unequipping the tool?
thx m8He packaged it wrong, the files are in a subfolder for some reason.
edit: i can't seem to get it to work
Cool. Works well. Is there a way to disable collision on the AIPlayer?Create a new player type that doesn't have collision
Are Witch this amount of players you would believe the same username thing would be lifted.No game allows two people to go by the same username. That makes no sense at all.
I can imagine the frustration of someone who has had the same username for long until said person buys Blockland only to find out their username is taken.
just finished something that will let anybody on the server use /brickcountlistYou can't check for brick ownership on the client side
https://drive.google.com/file/d/0B0FSY34ysJEXelRJNjh4eXoxWWM/
wouldn't be a bad idea to change it to be client sided with the option of own bricks only, or of IDs given