Guest User

Untitled

a guest
Nov 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. if (Server.playerHandler.players[c.playerId].connectedFrom != o.lastKilled && !c.inPits) && if (o.killerId = o.playerId) {
  2. o.pkPoints = (o.pkPoints + 4);
  3. o.sendMessage("You have acquired 4 pk points for defeating " +c.playerName+ ".");
  4. o.lastKilled = Server.playerHandler.players[c.playerId].connectedFrom;
  5. } else {
  6. o.sendMessage("You do not recieve pk points because you have killed " +c.playerName+ " twice in a row.");
  7. }
Add Comment
Please, Sign In to add comment