Aller au contenu

Boss Bar Message (1.7.10)


Messages recommandés

Posté(e)

on join:
   loop 99999 times:
       wait 1 tick
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player

 

Fait attention au tab avec le forum on sais jamais :D !

Posté(e)

@Aqme ton code n'est pas très bien du au loop 9999 times.. Je te conseille de faire ça plutot:

 

on join:
   while player is online:
       wait 1 tick
       display "Ton text" on bossbar with 100 percent by 60 seconds for player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for player       
       wait 1 minute

Posté(e)
@Aqme ton code n'est pas très bien du au loop 9999 times.. Je te conseille de faire ça plutot:

 

on join:
   while player is online:
       wait 1 tick
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player
       wait 1 minutes
       display "Ton text" on bossbar with 100 percent by 60 seconds for loop-player       
       wait 1 minute

marche pas

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