Author Topic: Lost Add-On Request: Darksaber2213's updated OnBrickLoaded event  (Read 935 times)

I've been searching for Darksaber2213's updated OnBrickLoaded event, and when I did. I realized that the link doesn't work anymore.

Can anyone make a new link to fix this issue? The reason why I don't use Greek's OnBrickLoaded event is that it doesn't work for dedicated servers primarily. Anyways, thanks.

Here's the link to the mod I'm talking about - http://forum.blockland.us/index.php?topic=265869.0
« Last Edit: June 04, 2015, 08:54:40 PM by Spartan224 »

I think mine has been fixed? Can't remember, but it should work.

I think mine has been fixed?

I remember playing around with it and it still isn't. Can you fix it?

Made a dedicated server recently, but it doesn't work with it.
« Last Edit: June 04, 2015, 09:45:26 PM by Spartan224 »

Here you are, my good sir: https://dl.dropboxusercontent.com/s/8jk2z84ey5wi83f/Event_onBrickLoaded.zip

I think mine has been fixed? Can't remember, but it should work.
No, yours does not work for a dedicated server. I've re-written the whole code. It's smaller, and more efficient, AND works on dedicated servers, so basically renders your mod obsolete. Sorry :P

This is the only remnant of the old mod:
Code: [Select]
function fxDtsBrick::hasInputEvent(%this,%input) //stolen from the other mod
{
for(%i = 0; %i < %this.numEvents; %i ++)
{
if(%this.eventInput[%i] $= %input)
return 1;
}
return 0;
}

« Last Edit: June 05, 2015, 12:25:21 PM by Spartan224 »