Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(!strcmp(cmdtext, "/kick-bots", true))
- {
- if(!IsPlayerAdmin(playerid)) return false;
- for(new i = 0; i != MAX_PLAYERS; i++)
- {
- if(!IsPlayerConnected(i) || GetPlayerPing(i)) continue;
- Kick(i);
- }
- return SendClientMessageToAll(0xFFFFFFFF, "Todos jogadores com ping 0 kickados"), true;
- }
- // By Bruno da Silva
- // www.ips-team.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement