Code:
new rank[ 33 ][ 33 ]
set_hudmessage(255, 30, 30, -1.0, -1.0, 2, 1.0, 3, 0.1, 0.1, 4)
show_hudmessage(id, "%s - %i% ^n^n Rank: %s", name, health, rank[id])
public rank(id)
{
if(cs_get_user_team(id) == CS_TEAM_CT)
{
rank[ id ] = "CAT"
}
if(cs_get_user_team(id) == CS_TEAM_T)
{
rank[ id ] = "Terroriste"
}
}