Author Topic: Onactivate is Admin Only?  (Read 585 times)

This has been a problem for too long, and a lot of people have been getting it. It's not an addon restricting events, it's not JVS, so what is it?

This has been a problem for too long, and a lot of people have been getting it. It's not an addon restricting events, it's not JVS, so what is it?
Do you mean only admins can click bricks or only admins can set that event on bricks?

Do you mean only admins can click bricks or only admins can set that event on bricks?
I mean that only admins can set the event.

Go to server control and uncheck the admin-only events setting

Go to server control and uncheck the admin-only events setting
I specified OnActivate. That one is the only one restricted, and the admin-only events setting is disabled.


Put this into your console.
Code: [Select]
for(%i=0; %i < $InputEvent_CountfxDTSbrick; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}

Put this into your console.
Code: [Select]
for(%i=0; %i < $InputEvent_CountfxDTSbrick; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}
Well, next time I host something I'll test that out, thanks.