Кусочек с кода:
- Код: Выделить всё
if (admin)
{
switch (get_pcvar_num (g_NameColor))
{
case 1:
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
case 2:
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
case 3:
{
color = "SPECTATOR"
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
}
case 4:
{
color = "CT"
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
}
case 5:
{
color = "TERRORIST"
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
}
case 6:
{
get_user_team (id, color, 9)
format (strName, 191, "%s^x03[VIP] ^x04%s", alive, name)
}
}