Hello, AM
I have this:
PHP Code:
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 = CAT
}
if(cs_get_user_team(id) == CS_TEAM_T)
{
rank = Terroriste
}
}
Why Rank don't works...