garfield

[COD]: Matar Players em massa

Oct 5th, 2011
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. stock KillPlayersSelected(...)
  2. {
  3.     for(new i; i < numargs(); ++i)
  4.     {
  5.         if(!IsPlayerConnected(i)) printf("%d has not dead",getarg(i));
  6.         else printf("%d has dead",getarg(i)), SetPlayerHealth(i, 0);
  7.     }
  8. }
  9.  
  10.  
  11.  
  12. // Matar Players em Massa!.
  13.  
  14. // USO:
  15.  
  16. KillPlayersSelected(10,60,345,1,5,6,7,8,9,45,100);
  17.  
  18. todos os players selecionados serĂ£o mortos.
  19.  
Advertisement
Add Comment
Please, Sign In to add comment