Aujourd'hui j'ai voulu créer un Scoreboard en fonction du grade sur le serveur avec les permissions (vous allez vite comprendre), et j'ai fait ceci pour chaque grade...le probleme est quand je reload j'ai 170 errors (avec des tabulations "expected 0 tabs, but found 2 tabs"), ils disent que je doit en avoir Zero et j'en suis sur qu'il en faut.
Je vous remercie d'avance pour votre aide !
(coter des addons j'ai tous logiquement)
Voici les ressources :
[spoiler=SKRIPT]
#MEMO :
#- NOM DU SERVUER
#- ESPACE
#- RANG
#- ARGENT
#- LEVEL (en fonction du temps de la connection sur le serveur)
#- ESPACE
#- REWARD TROUVER
#- ESPACE
#- NOMBRE DE JOUEUR
every 10 second:
make all players execute command "/los.scoreboard"
command /los.scoreboard
permission: los.scoreboard
permission message: &c&lSi ce message s'affiche toutes les minutes merci de prévenir un Administrateur !
trigger:
if player is "Fryver_" or "Traatinoh" or "JeTeRushEnBikini":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &c&lOwner" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player is "XTReMxLogik":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &c&lCo-Owner" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.builder":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &2Builder" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
else if player has permission "chat.buildertest":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &7[TEST] &2Builder" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
else if player has permission "chat.dev":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &bDéveloppeur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
else if player has permission "chat.devtest":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &7[TEST] &bDéveloppeur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
else if player has permission "chat.mod":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &6Développeur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.mod+":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &6&lModérateur+" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.hof":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &8Hall Of Famer" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.minivip":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &bMINI &9VIP" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.vip"
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &9VIP" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.vip+":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &9VIP&6+" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "chat.megavip":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &cMEGA &9VIP" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "youtubeur":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &f&lYou&c&lTubeur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if player has permission "megayoutubeur":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &4&lMEGA &f&lYou&c&lTubeur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else if playe rhas permission "chat.devweb":
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &bDéveloppeur WEB" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
else:
display board named "&3&l--[ &b&lLosprisia &3&l]--" to player
make score "&f&lRank : &7Joueur" in board of player to 6
make score "&f&lMoney : &aVariable money" in board of player to 5
make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4
make score " " in board of player to 3
make score "&f&lReward : &cVariable&a/10" in board of player to 2
make score " " in board of player to 1
make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0
move display of players to sidebar
[spoiler=ERROR CONSOLE]
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 1 tab ([sKRIPT] _ SCOREBOARD.sk, line 18: permission: los.scoreboard')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 1 tab ([sKRIPT] _ SCOREBOARD.sk, line 19: permission message: &c&lSi ce message s'affiche toutes les minutes merci de prenir un Administrateur !')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 1 tab ([sKRIPT] _ SCOREBOARD.sk, line 20: trigger:')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 2 tabs ([sKRIPT] _ SCOREBOARD.sk, line 21: if player is "Fryver_" or "Traatinoh" or "JeTeRushEnBikini":')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 22: display board named "&3&l--[ &b&lLosprisia &3&l]--" to player')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 23: make score "&f&lRank : &c&lOwner" in board of player to 6')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 24: make score "&f&lMoney : &aVariable money" in board of player to 5')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 25: make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 26: make score " " in board of player to 3')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 27: make score "&f&lReward : &cVariable&a/10" in board of player to 2')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 28: make score " " in board of player to 1')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 29: make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 30: move display of players to sidebar')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 2 tabs ([sKRIPT] _ SCOREBOARD.sk, line 32: else if player is "XTReMxLogik":')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 33: display board named "&3&l--[ &b&lLosprisia &3&l]--" to player')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 34: make score "&f&lRank : &c&lCo-Owner" in board of player to 6')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 35: make score "&f&lMoney : &aVariable money" in board of player to 5')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 36: make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 37: make score " " in board of player to 3')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 38: make score "&f&lReward : &cVariable&a/10" in board of player to 2')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 39: make score " " in board of player to 1')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 40: make score "&f&lJoueurs : &aNbr player&e/120" in board of player to 0')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 41: move display of players to sidebar')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 2 tabs ([sKRIPT] _ SCOREBOARD.sk, line 43: else if player has permission "chat.builder":')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 44: display board named "&3&l--[ &b&lLosprisia &3&l]--" to player')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 45: make score "&f&lRank : &2Builder" in board of player to 6')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 46: make score "&f&lMoney : &aVariable money" in board of player to 5')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 47: make score "&f&lLevel : &aCreer la variable lvl" in board of player to 4')
04.06 15:42:17 [server] ERROR indentation error: expected 0 tabs, but found 3 tabs ([sKRIPT] _ SCOREBOARD.sk, line 48: make score " " in board of player to 3')
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
XTReMxLogik
Bonjour, bonsoir
Aujourd'hui j'ai voulu créer un Scoreboard en fonction du grade sur le serveur avec les permissions (vous allez vite comprendre), et j'ai fait ceci pour chaque grade...le probleme est quand je reload j'ai 170 errors (avec des tabulations "expected 0 tabs, but found 2 tabs"), ils disent que je doit en avoir Zero et j'en suis sur qu'il en faut.
Je vous remercie d'avance pour votre aide !
(coter des addons j'ai tous logiquement)
Voici les ressources :
[spoiler=SKRIPT]
[spoiler=ERROR CONSOLE]
12 réponses à cette question
Messages recommandés