Show Posts

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.


Messages - Electrk.

Pages: 1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 579
196
Off Topic / Re: day discussion topic i guess [day 398]
« on: August 14, 2017, 12:04:19 PM »
KNACK 2 BABY

198
Off Topic / Re: night discussion topic i guess [night 450]
« on: August 14, 2017, 04:32:48 AM »
tried it once and shot myself. 0/10 would not do again

please do it again

199
Off Topic / Re: A New Chronology of the Blockland Forums
« on: August 14, 2017, 01:36:15 AM »

200
is that

201
Modification Help / Re: force a diffrent playertype using code
« on: August 13, 2017, 08:01:46 PM »
Code: [Select]
function Player::ChangeDataBlock(%player, %data, %client)
{
if (!isObject(%data))
{
return;
}
%oldData = %player.getDataBlock();
if (%data.getId() == %oldData.getId())
{
return;
}
%player.playThread(3, root);
if (%oldData.canRide && !%data.canRide)
{
if (%player.getObjectMount())
{
%player.getDataBlock().doDismount(%player, 1);
}
}
%player.setDatablock(%data);
%image = %player.getMountedImage(0);
if (%image)
{
if (%image.getId() == %oldData.brickImage.getId() && %oldData.brickImage.getId() != %data.brickImage.getId())
{
%player.mountImage(%data.brickImage, 0);
}
}
if (isObject(%player.client))
{
commandToClient(%player.client, 'ShowEnergyBar', %data.showEnergyBar);
}
}

it's probably better to use changeDataBlock
it seems like it handles things better

202
we need a weeaboo holocaust

203
Off Topic / Re: Charlottesville protests thread
« on: August 13, 2017, 07:05:25 PM »
national socialists knew how to dress so no

look I'm not a national socialist but... I-I love a man in uniform~

204
Off Topic / Re: Charlottesville protests thread
« on: August 13, 2017, 07:04:06 PM »
so just to clarify: this was an actual group of national socialists that started the rally?

"white nationalists" which is essentially neo-national socialist lite

205
parrot plant boiled alive

206
Off Topic / Re: Sam's Club vs. Costco
« on: August 13, 2017, 05:18:10 PM »
Costco, because I heard that it treats its employees well

207
Off Topic / Re: I have great news ladies and gents
« on: August 13, 2017, 01:01:50 PM »
good, because he literally was loving handicapped

it is wrong to have loveual intercourse with the mentally challenged

208
Off Topic / Re: hey Gamers
« on: August 13, 2017, 12:58:23 PM »
if you dont eat dusty foods (cheetos, doritos) with chopsticks youre a loving phillistine

this is america, we don't eat chips with some jap stuff like chopsticks, we use our fingers damn it

209
Games / Re: gamevice sues nintendo over nintendo switch controllers
« on: August 13, 2017, 12:52:24 PM »
I mean, it is pretty much the same idea, to be fair

210
Modification Help / Re: force a diffrent playertype using code
« on: August 13, 2017, 12:50:52 PM »
what's the difference between changeDataBlock and setDataBlock

Pages: 1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 579