Guest User

Untitled

a guest
Jan 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.99 KB | None | 0 0
  1. new NomeOrg2[MAX_ORG_NOME];
  2. OrgTNome(1, NomeOrg2, MAX_ORG_NOME);
  3. NomeOrg3[MAX_ORG_NOME];
  4. OrgTNomeew NomeOrg8[MAX_ORG_NOME];
  5. OrgTNome(5, NomeOrg8, MAX_ORG_NOME);
  6. new NomeOrg9[MAX_ORG_NOME];
  7. OrgTNome(15, NomeOrg9, MAX_ORG_NOME);
  8. new NomeOrg10[MAX_ORG_NOME];
  9. OrgTNome(19, NomeOrg10, MAX_ORG_NOME);
  10. new NomeOrg11[MAX_ORG_NOME];
  11. OrgTNome(18, NomeOrg11, MAX_ORG_NOME);
  12. new NomeOrg12[MAX_ORG_NOME];
  13. OrgTNome(23, NomeOrg12, MAX_ORG_NOME);
  14. NomeOrg13[MAX_ORG_NOME];
  15. OrgTNome(13, NomeOrg13, MAX_ORG_NOME);
  16.  
  17. format(TRString,sizeof(TRString),"Pontuacao pelo ~r~dominio ~w~do~r~ Morro~w~~n~~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d",NomeOrg2,MorroPontos[1],NomeOrg8,MorroPontos[5],NomeOrg9,MorroPontos[15],NomeOrg10,MorroPontos[19],NomeOrg11,MorroPontos[18],NomeOrg12,MorroPontos[23],NomeOrg13,MorroPontos[13],NomeOrg3,MorroPontos[2]);
  18.  
  19. TextDrawSetString(TMorroText[i], TRString);
Add Comment
Please, Sign In to add comment