all as you can do with the camping plugin is use amx pause plugin. there are no admin commands for it
and for aio admin go into aio_inc and open config.cfg and edit this
Code:
// Do Not Comment This Line, Simply Change it if needed...
// Change to your Desired Admin Access Level (Default ADMIN_LEVEL_A [flag 'm'])
#define REQD_LEVEL ADMIN_LEVEL_A
to say
Code:
// Do Not Comment This Line, Simply Change it if needed...
// Change to your Desired Admin Access Level (Default ADMIN_LEVEL_C [flag 'o'])
#define REQD_LEVEL ADMIN_LEVEL_C
__________________