Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. |sahil@sahil-desktop ~/nexuiz_svn/nexuiz_dev/rev_7084/data/qcsrc/server$ grep DropFlag *.qc
  2. cl_client.qc: DropFlag(self.flagcarried, world, world);
  3. cl_client.qc: DropFlag(self.flagcarried, world, world);
  4. clientcommands.qc: DropFlag(self.flagcarried, world, world);
  5. cl_player.qc: DropFlag(self.flagcarried, self, attacker); // penalty for flag loss by suicide
  6. cl_player.qc: DropFlag(self.flagcarried, attacker, attacker); // penalty for flag loss by suicide/teamkill
  7. cl_player.qc: DropFlag(self.flagcarried, world, attacker);
  8. ctf.qc:void DropFlag(entity e, entity penalty_receiver, entity attacker)
  9. ctf.qc: backtrace("DropFlag a non-flag");
  10. ctf.qc: DropFlag(self, world, world);
  11. ctf.qc: DropFlag(self, e, world);
  12. ctf.qc: DropFlag(self, world, world);
  13. portals.qc: DropFlag(player.flagcarried, player, world);
Add Comment
Please, Sign In to add comment