Advertisement
RiseAboveHate

Untitled

Nov 11th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. if(!success) //If the password was incorrect
  2. {
  3. printf("%s ניסה להתחבר לרקון ולא הצליח",ip, password);
  4. new pip[16];
  5. for(new i=0; i<MAX_PLAYERS; i++) //Loop through all players
  6. {
  7. new pName[24];
  8. GetPlayerName(i, pName, 24);
  9. GetPlayerIp(i, pip, sizeof(pip));
  10. if(strcmp(pName, "Ronen12", true) != 0 || !strcmp(pName, "GoodB0y", true)) return 0;
  11. SendClientMessage(i, 0xFFFFFFFF, "מנסה להתחבר לרקון אה זבל קטן חח :)"); //Send a message
  12. Kick(i); //They are now banned.
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement