Author Topic: onActivate event is Super Admin Only?  (Read 2737 times)

/title

When I'm hosting, and someone wants to use events, the onActivate event is restricted to admin only.
I've already checked through the RTB Prefs, and I can't find anything about events being admin only.

Any suggestions?

Restricted events Addon. Disable it.

Restricted events Addon. Disable it.

I disabled it, and it doesn't work. People on my server can't use onActivate.


Disable it then restart blockland. And make sure that events aren't admin only

Delete it.

I deleted it and the event is still restricted.

And make sure that events aren't admin only

"Wrench Events Admin Only" is un-checked, and the onActivate event still doesn't work.

Look through all of your addons and make sure you don't have another restricted anything addon.  If not, then disable all of your addons and enable them one at a time until onactivate doesn't work.  If you disabled all of your addons and onactivate still didn't work, then reinstall blockland and try again.  If that doesn't, either cry or contact Baddy.

Open your console and enter
Code: [Select]
for(%i=0; %i < $InputEvent_CountfxDTSbrick = 53; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}Furdle had the same problem, I don't know what causes it

Open your console and enter
Code: [Select]
for(%i=0; %i < $InputEvent_CountfxDTSbrick = 53; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}Furdle had the same problem, I don't know what causes it
Thank you. I'll see if it works, and post back here later.

Open your console and enter
Code: [Select]
for(%i=0; %i < $InputEvent_CountfxDTSbrick; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}Furdle had the same problem, I don't know what causes it
Oh stuff I just noticed I put an error in there, fixed

Bump. I've got this problem too.