Advertisement
Vinhanako

Rcon Ban help please

Jun 7th, 2016
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public OnRconLoginAttempt(ip[], password[], success)
  2. {
  3. if(success)
  4. {
  5. new pip[16];
  6. ////foreach(Player,i)
  7. for(new i; i<MAX_PLAYERS; i++)
  8. {
  9. GetPlayerIp(i, pip, sizeof(pip));
  10. if(!strcmp(ip, pip, true))
  11. if(PlayerInfo[i][pAdmin] < 3) Ban(i);
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement