Guest User

Untitled

a guest
Apr 14th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. new Fac = Player[playerid][pFaccao];
  2. if(Player[playerid][pRadinho] == 1)
  3.     {
  4.      format(string,256,"Radinho - %s",Faccoes[Fac][tNome]);
  5.      SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  6.     }
  7.     if(Player[playerid][pFogueteiro] == 1)
  8.     {
  9.      format(string,256,"Fogueteiro - %s",Faccoes[Fac][tNome]);
  10.      SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  11. }
  12.     if(Player[playerid][pVapor] == 1)
  13. {
  14. format(string,256,"Vapor - %s",Faccoes[Fac][tNome]);
  15. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  16. }
  17.     if(Player[playerid][pGerente] == 1)
  18.      {
  19. format(string,256,"Gerente - %s",Faccoes[Fac][tNome]);
  20. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  21. }
  22.     if(Player[playerid][pFrente] == 1)
  23. {
  24. format(string,256,"Frente - %s",Faccoes[Fac][tNome]);
  25. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  26. }
  27. if(Player[playerid][pDM] == 1)
  28. {
  29. format(string,256,"Dono Morro - %s",Faccoes[Fac][tNome]);
  30. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  31. }
  32. if(Player[playerid][pLider] == 1)
  33. {
  34.     if(Player[playerid][pFaccao] == 1 || Player[playerid][pFaccao] == 2 || Player[playerid][pFaccao] == 3 || Player[playerid][pFaccao] == 4)
  35.     {
  36. format(string,256,"Líder Facção - CMD");
  37. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  38. }
  39.     if(Player[playerid][pFaccao] == 5 || Player[playerid][pFaccao] == 6 || Player[playerid][pFaccao] == 7 || Player[playerid][pFaccao] == 8)
  40.     {
  41. format(string,256,"Líder Facção - LLL");
  42. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  43. }
  44.     if(Player[playerid][pFaccao] == 9 || Player[playerid][pFaccao] == 10 || Player[playerid][pFaccao] == 11 || Player[playerid][pFaccao] == 12)
  45.     {
  46. format(string,256,"Líder Facção - TD3");
  47. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  48. }
  49.     if(Player[playerid][pFaccao] == 13 || Player[playerid][pFaccao] == 14 || Player[playerid][pFaccao] == 15 || Player[playerid][pFaccao] == 16)
  50.     {
  51. format(string,256,"Líder Facção - MLC");
  52. SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
  53. }
Advertisement
Add Comment
Please, Sign In to add comment