j'ai créer un moyen d'avoir un rank pendant un certain temps mais (ce n'est pas marrant sans "mais")
dès que j'effectue la commande pour ouvrire le menu GUI
Bas je clique sur VIP et là il ne se passe rien :(
Voici mon code :
command badrank <text> <text>:
trigger:
if arg 1 is "1":
if arg 2 is "mois":
wait 2 tick
open chest with 1 row named " &6[&2&lBadRank&6]" to player
wait 1 tick
format slot 4 of player with golden helmet named "&e&lVIP" with lore "&7Achete le Grade VIP pendant 1 mois" to close then run [make player execute command "/AchatVIP mois"]
if arg 2 is "ans":
wait 2 tick
open chest with 1 row named " &6[&2&lBadRank&6]" to player
wait 1 tick
format slot 4 of player with golden helmet named "&e&lVIP" with lore "&7Achete le Grade VIP pendant 1 ans" to close then run [make player execute command "/AchatVIP ans"]
if arg 1 is "illimiter":
wait 2 tick
open chest with 1 row named " &6[&2&lBadRank&6]" to player
wait 1 tick
format slot 4 of player with golden helmet named "&e&lVIP" with lore "&7Achete le Grade VIP à vie" to close then run [make player execute command "/AchatVIP illimiter"]
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.
Question
JiingoPvp
Bref bonsoir !,
j'ai créer un moyen d'avoir un rank pendant un certain temps mais (ce n'est pas marrant sans "mais")
dès que j'effectue la commande pour ouvrire le menu GUI
Bas je clique sur VIP et là il ne se passe rien :(
Voici mon code :
3 réponses à cette question
Messages recommandés