Umm....no...you've not changed the plugin at all. Its the exact same as the original. I want it modified, so that ANYONE can use the menu, even non-admins. Probably this part of the plugin has to be modified:
Code:
//Check if the player has immunity
if( (get_user_flags(j) & ADMIN_IMMUNITY) )
{
iCurrKey++
iLen += format( szMenuBody[iLen], (MENU_SIZE-1-iLen), "\d%d. %s^n\w", iCurrKey, szUserName )
}else
{
iKeys |= (1<<iCurrKey++)
iLen += format( szMenuBody[iLen], (MENU_SIZE-1-iLen), "%d. %s^n", iCurrKey, szUserName )
}
}
I'm a n00b, as I said earlier. I know you have to change this, but how to change it, is what I don't know.
Anyways, thanks for trying.
__________________