Ok... I've got it.
Find this in /admin/index.php :
PHP Code:
makenavoption("View/Modify Actions","storeadmin.php?action=modify");
makenavselect("Store Options");
And change it to look like this:
PHP Code:
makenavoption("View/Modify Actions","storeadmin.php?action=modify","<br>");
makenavoption("Pay Admins/Mods","paycheck.php?action=pay1");
makenavselect("Store Options");
Then, download the attached file. Upload it to your admin directory. Upload your index.php file to the admin directory, and you should be good to go. Hope this was what you had in mind.