[Ajuda] ChatBubble - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] ChatBubble (
/showthread.php?tid=494713)
ChatBubble -
WendeLKILL - 14.02.2014
Bom Eu Gostaria de Saber Como Posso Fazer Um Sistema para Vips de ChatBubble por numero de Kill's Mortes e etc..
eu tenho so essa base que uso,Mas queria que o Player Digita-se Um Certo Comando ae Entao apareceria a lista e os titulos que faltam ser ganhas matando,Morrendo,sequestrando etc..

aqui o Code
Код:
public AtualizarChatBubbleVIP()
{
for(new x=0; x < MAX_PLAYERS; x++)
{
if (PlayerInfo[x][pVIP] == 1 || PlayerInfo[x][pVIP] == 2 || PlayerInfo[x][pVIP] == 3)
{
SetPlayerChatBubble(x, "Membro Vip", COR_VAGOS, 100.0, 100000); // 0xFF0000AA = Cor // 0xFF0000AA = Cor Vermelho .
//t. ;)
}
}
}
Re: ChatBubble -
OrNot - 14.02.2014
Certeza com esse [pVIP] ===3) ?
Amigo, me ajude uma dъvida Ajuda Bбsica
Re: ChatBubble -
WendeLKILL - 14.02.2014
Pq tipo eu Crio o Forward,o settimer e isso q postei acima no final eu queri saber como q Boto para aparecer o titulo Em Membros Vips q Conseguir por exemplo 500 Kill Ganha Titulo de matador ou serialkiller etc..