Code:
if( is_user_connected( id ) && is_user_admin( id ) ) { get_user_name(player,adminnames,31)
format(temp,63,"%s%s^n", get_user_flags( id ) & ADMIN_LEVEL_A ? "【Admin】" : "【VIP】", adminnames) add(adminlist,2047,temp)
}
There is a bug. All player in the server will show they are admin too when i say /admin to check online admin. And ADMIN_LEVEL_A 's admin still show is 【Admin】 Not 【VIP】.
Sorry For My Bad English
Last edited by Joker.; 07-29-2011 at 01:00.
Reason: Move Bug In The plugin