Help this plugin.
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fcs>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Hades"
native bb_get_user_zombie_class(id);
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task ( 0.5, "ShowUserInfo", _, _, _, "b" );
}
public ShowUserInfo() {
static id;
for ( id = 1; id <= get_maxplayers ( ); id++ ) {
if ( is_user_alive ( id ) ) {
set_hudmessage ( 0, 170, 255, 0, 0.9, 0, 6.0, 0.5 );
show_hudmessage ( id, "[HP: %d | Class: %d | Credits: %d]", get_user_health ( id ), bb_get_user_zombie_class( id ), fcs_get_user_credits ( id ) );
}
}
}

Class:5 to Class:Alien;Boss class name no number.