Advertisement
Guest User

Untitled

a guest
Sep 12th, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. bombFix() // Prevent bomb planting
  2. {
  3. self endon("death");
  4. self endon("disconnect");
  5.  
  6. startweapon = self getCurrentWeapon();
  7. startoffhand = self getCurrentOffhand();
  8. wait 5;
  9. while(1){
  10. if(self getCurrentWeapon() == "briefcase_bomb_mp"){
  11. self takeWeapon("briefcase_bomb_mp");
  12. self iPrintlnBold("^1NO PLANTING"); }
  13. wait 0.05; }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement