Blockland Forums > Help
onActivate event is Super Admin Only?
ContrabassDrio:
--- Quote from: Gen. Hothauser on June 02, 2013, 06:38:18 PM ---Delete it.
--- End quote ---
I deleted it and the event is still restricted.
--- Quote from: Alyx Vance on June 02, 2013, 06:39:40 PM ---And make sure that events aren't admin only
--- End quote ---
"Wrench Events Admin Only" is un-checked, and the onActivate event still doesn't work.
Gen. Hothauser:
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.
Zeblote:
Open your console and enter
--- Code: ---for(%i=0; %i < $InputEvent_CountfxDTSbrick = 53; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}
--- End code ---
Furdle had the same problem, I don't know what causes it
ContrabassDrio:
--- Quote from: Zeblote on June 04, 2013, 01:29:21 AM ---Open your console and enter
--- Code: ---for(%i=0; %i < $InputEvent_CountfxDTSbrick = 53; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}
--- End code ---
Furdle had the same problem, I don't know what causes it
--- End quote ---
Thank you. I'll see if it works, and post back here later.
Zeblote:
--- Quote from: Zeblote on June 04, 2013, 01:29:21 AM ---Open your console and enter
--- Code: ---for(%i=0; %i < $InputEvent_CountfxDTSbrick; %i++){$InputEvent_AdminOnlyfxDTSBrick_[%i] = 0;}
--- End code ---
Furdle had the same problem, I don't know what causes it
--- End quote ---
Oh stuff I just noticed I put an error in there, fixed