[Ajuda] Texto (Rбpida)
#1

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);
						}
Reply


Messages In This Thread
Texto (Rбpida) - by ThuuGLif3 - 27.01.2017, 11:35
Re: Texto (Rбpida) - by FallweN - 27.01.2017, 11:40
Re: Texto (Rбpida) - by TheBob - 27.01.2017, 11:41
Respuesta: Re: Texto (Rбpida) - by SammyJ - 27.01.2017, 12:04
Re: Texto (Rбpida) - by ThuuGLif3 - 27.01.2017, 12:07
Re: Texto (Rбpida) - by GuiKommander - 27.01.2017, 12:20

Forum Jump:


Users browsing this thread: 2 Guest(s)