DreTaX submitted a new resource:
Moderator Function - Create Moderator list on your server, for your plugins.
Moderator Function - Create Moderator list on your server, for your plugins.
Read more about this resource...Creating a simple moderator list is pretty easy.
All you have to do, is to go to Magma folder, and create a Directory called Moderators.
After that, create a file Called: Moderators.js in the directory. Open the javascript file up, and paste:
JavaScript:function On_PluginInit() { // Get moderators ini file. var moderators = Moderators(); // Put them in an array var mods = moderators.EnumSection("Moderators"); var counted = mods.Length; var i = 0; for (var...