Aller au contenu
  • 0

Boule de neige / kit spiderman


Question

Posté(e)

Hello voici le code :

on projectile hit:
   if name of shooter's tool is "&cSpiderman":
       set {cooldown-spiderman-%shooter%} to true
       loop blocks from the block at the projectile to the block 2 east of the block at the projectile:
           loop blocks from the loop-block to the block 2 north of the loop-block:
               if block at loop-block-2 is air:
                   set loop-block-2 to cobweb
       wait 10 seconds
       loop blocks in radius 5 around projectile:
           if block at loop-block is cobweb:
               set loop-block to air

 

et voici le probleme :

 

C'est Que les gens pas Ops n'ont pas acces a la commandes ca leurs dit "&4Il y a a un temps de recharge !"

Pour tester j'ai enlever le temps de recharge mais ca ne marche pas :/

 

Cordialement Yghore

5 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Ba oui pas bête c'est obligatoire puisque qu'il l'active s'il ne le désactive pas c'est normal en gros:

 on projectile hit:
  if name of shooter's tool is "&cSpiderman":
       set {cooldown-spiderman-%shooter%} to true
       loop blocks from the block at the projectile to the block 2 east of the block at the projectile:
           loop blocks from the loop-block to the block 2 north of the loop-block:
               if block at loop-block-2 is air:
                   set loop-block-2 to cobweb
       wait 10 seconds
       loop blocks in radius 5 around projectile:
           if block at loop-block is cobweb:
               set loop-block to air
     set {cooldown-spiderman-%shooter%} to false

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.