| Blockland Forums > General Discussion |
| Restricted Events? |
| << < (3/3) |
| Greek2me:
--- Quote from: Headcrab Zombie on November 27, 2012, 05:19:54 PM ---I wrote my own event restriction because I wasn't aware someone had already written one. It's made for add-on developers to make an event that is placeable only by admins through a quick function call in the script, while I believe the other one is for server admins to add restriction to pre-made events. --- End quote --- Can you link to it please? |
| Headcrab Zombie:
--- Quote from: Greek2me on November 27, 2012, 05:21:15 PM ---Can you link to it please? --- End quote --- --- Quote from: Isaac Fox on November 27, 2012, 04:40:04 PM ---http://forum.blockland.us/index.php?topic=204412.msg5648371#msg5648371 --- End quote --- Support_AdminEvents.cs |
| Ticonderoga:
--- Quote from: Headcrab Zombie on November 27, 2012, 05:19:54 PM --- however you do not want to completely turn off the restriction as then anyone could modify your server's environment settings in any way such as flooding the server with lava. --- End quote --- Yea actually if that is the case, I think I'll just keep the restrictions. And I like the env events so I don't plan to get rid of that addon. Are those the only events that are restricted then? |
| Headcrab Zombie:
--- Quote from: Ticonderoga on November 27, 2012, 06:24:39 PM ---Are those the only events that are restricted then? --- End quote --- --- Quote from: Headcrab Zombie on November 27, 2012, 05:19:54 PM ---I haven't released anything else that uses it, and I don't know of anyone else that has used it. --- End quote --- So probably If you want to know for sure you could deadmin yourself and type /restrictedevents or paste this into console: for(%i=0;%i<=$AdminOutputEventCount;%i++){ %event = $AdminOutputEventList[%i]; echo(getWord(%event,0) SPC "requires" SPC getWord($AdminLevelList,getWord(%event,1))); } Untested but it should work |
| Ticonderoga:
Well thanks guys. I guess it would be best to lock this now. |
| Navigation |
| Message Index |
| Previous page |