Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new Fac = Player[playerid][pFaccao];
- if(Player[playerid][pRadinho] == 1)
- {
- format(string,256,"Radinho - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pFogueteiro] == 1)
- {
- format(string,256,"Fogueteiro - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pVapor] == 1)
- {
- format(string,256,"Vapor - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pGerente] == 1)
- {
- format(string,256,"Gerente - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pFrente] == 1)
- {
- format(string,256,"Frente - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pDM] == 1)
- {
- format(string,256,"Dono Morro - %s",Faccoes[Fac][tNome]);
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pLider] == 1)
- {
- if(Player[playerid][pFaccao] == 1 || Player[playerid][pFaccao] == 2 || Player[playerid][pFaccao] == 3 || Player[playerid][pFaccao] == 4)
- {
- format(string,256,"Líder Facção - CMD");
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pFaccao] == 5 || Player[playerid][pFaccao] == 6 || Player[playerid][pFaccao] == 7 || Player[playerid][pFaccao] == 8)
- {
- format(string,256,"Líder Facção - LLL");
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pFaccao] == 9 || Player[playerid][pFaccao] == 10 || Player[playerid][pFaccao] == 11 || Player[playerid][pFaccao] == 12)
- {
- format(string,256,"Líder Facção - TD3");
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- if(Player[playerid][pFaccao] == 13 || Player[playerid][pFaccao] == 14 || Player[playerid][pFaccao] == 15 || Player[playerid][pFaccao] == 16)
- {
- format(string,256,"Líder Facção - MLC");
- SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment