Hello everyone !
I have a problem while making a Skript..
I made a list which is called {rtf.kit.tank::*} and I have some players added in this list.
I want to loop all players who are in the list. How can I do ?
Here is a code for example of using the loop all players in a list. Should I use loop-index ? Or loop the list instead of the players in it ? Thank you for your answers
I have a problem while making a Skript..
I made a list which is called {rtf.kit.tank::*} and I have some players added in this list.
I want to loop all players who are in the list. How can I do ?
Here is a code for example of using the loop all players in a list. Should I use loop-index ? Or loop the list instead of the players in it ? Thank you for your answers
Code:
every 1 seconds:
loop all players in {rtf.kit.tank::*}:
send "message" to loop-player
stop