27.01.2017, 11:35
Estou com problemas em meu texto. Desejo que o presidiбrio ao falar no chat, apareзa a TAG [PRESIDIБRIO] logo antes do nick. Fiz a funзгo, porйm estб repetindo. O que eu faзo para nгo repetir? O que devo usar? O que devo fazer quando isso ocorrer? Gostaria de uma explicaзгo.
Код:
if(IsPlayerInRangeOfPoint(i, 20.0, chatX, chatY, chatZ))
{
if(pInfo[playerid][Preso] > 0)
{
format(cstring, sizeof(cstring), "[PRISIONEIRO] %s diz: %s", GetName(playerid, true), text);
SendClientMessage(i, COLOR_FADE3, cstring);
}
format(cstring, sizeof(cstring), "%s diz: %s", GetName(playerid, true), text);
SendClientMessage(i, COLOR_FADE1, cstring);
}


