Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // banEx, bane mais de um jogador com 1 motivo apenas... Créditos: RockFire
- banEx(str[], ...)
- {
- new
- i = numargs();
- while(--i)
- {
- BanEx(getarg(i), str);
- }
- return 1;
- }
- //Exemplo de uso
- banEx("Motivo", playerid);
Advertisement
Add Comment
Please, Sign In to add comment