whiplk

[CODE] - banEx

Apr 19th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. // banEx, bane mais de um jogador com 1 motivo apenas... Créditos: RockFire
  2.  
  3. banEx(str[], ...)
  4. {
  5.     new
  6.         i = numargs();
  7.  
  8.     while(--i)
  9.     {
  10.         BanEx(getarg(i), str);
  11.     }
  12.     return 1;
  13. }
  14.  
  15. //Exemplo de uso
  16.  
  17. banEx("Motivo", playerid);
Advertisement
Add Comment
Please, Sign In to add comment