Aller au contenu

[CoolDown] Skript de CoolDown HELP


Messages recommandés

Posté(e)

Bonjour,

SK/MC : 1.8

Je souhaiterais un skript:

Quand on fait clic droit sur un baton sa envoie au joueur "salut" avec un cooldown de 5 secondes

Aucun permissions

Merci !

Posté(e)
on rightclick with stick:
   {stick.%player%} isn't set:
       set {stick.%player%} to true
       send "&aSalut"
       wait 5 seconds
       clear {stick.%player%}
   else:
       send "&cTu dois attendre 5 secondes."

Posté(e)
on rightclick with stick:
   {stick.%player%} isn't set:
       set {stick.%player%} to true
       send "&aSalut"
       wait 5 seconds
       clear {stick.%player%}
   else:
       send "&cTu dois attendre 5 secondes."

Je vais tester merci !

Posté(e)
on rightclick with stick:
   {stick.%player%} isn't set:
       set {stick.%player%} to true
       send "&aSalut"
       wait 5 seconds
       clear {stick.%player%}
   else:
       send "&cTu dois attendre 5 secondes."

Tout fonctionne correctement Merci beaucoup de ton aide !

×
×
  • 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.