Ca ne fonctionne toujours pas :(
Revoilà le code:
on click with stick:
if targeted block is a sign:
player has permission "game.sign"
cancel event
set variable {locationsign} to location of clicked block
send "&cLe panneau est en :&b %{locationsign}%"
every 5 seconds:
loop {locationsign::*}:
set line 1 of loop-block to "&7[&6GAME&7]"
set line 2 of loop-block to "&6Il y a"
set line 3 of loop-block to "&6%{game.slots}% joueurs"
Et voilà l'erreur:
[skript] Reloading game.sk...
There's no loop that matches 'loop-block' (game.sk, line 105: set line 1 of loop-block to "&7[&6GAME&7]"')
There's no loop that matches 'loop-block' (game.sk, line 106: set line 2 of loop-block to "&6Il y a"')
There's no loop that matches 'loop-block' (game.sk, line 107: set line 3 of loop-block to "&6%{game.slots}% joueurs"')
[skript] Encountered 3 errors while reloading game.sk!