Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             if(reason < 53)
  2.             {
  3.                 GetPlayerName(playerid, nomegay, sizeof(nomegay));
  4.                 GetPlayerName(killerid, nomegay2, sizeof(nomegay2));
  5.                 format(string, sizeof(string), "((%s te matou %s ))", nomegay2, rtext);
  6.                 SendClientMessage(playerid, COLOR_WHITE, string);
  7.  
  8.                 format(string, sizeof(string), "((Você matou %s %s ))", nomegay, rtext);
  9.                 format(string, sizeof(STRloka), "%s matou %s usando %s.", nomgay, nomegay2, rtext);
  10.                 for(new lol; lol < MAX_PLAYERS; ++lol)
  11.                 {
  12.                 if(PlayerInfo[lol][pAdmin] >= 2)
  13.                 {
  14.                 SendClientMessage(lol,0x33AA33AA,STRloka);
  15.                 }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement