Advertisement
DoctorX13

XTerrorism

Feb 6th, 2020 (edited)
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //Script Created by Senior S
  2. //You are able to edit it as you pleasure
  3.  
  4. command boom(){
  5. permission = "xterrorism.boom";
  6. execute(){
  7. dd = player.clothing.vest;
  8. if(dd.id == 1169){
  9. foreach(pp in server.players){
  10. if(v3.distance(player.position, pp.position) < 10){
  11. pp.message(player.name + ": Alluha Akbar!!", "green", player.steam.avatarUrl);
  12. player.sudo("/bmb");
  13. }
  14. }
  15. }
  16. else {
  17. player.message("[XTerrorism]You dont have a bomb-vest equipped!");
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement