27.04.2012, 23:40
Quote:
Learn how to use loops correctly, the variable you are using to loop is " i " so in the command, change the playerid to i, and also kick all the players so they have to relog.
|
You are looping, that means that you will count from ID 0 to the max ID, that it is 500. The loop will apply block code to all IDs, but you used playerid instead i, that means that you saved your data 500 times.
You gotta change playerid by i inside of the block code of the loop.
Do you understand me? Sorry for my bad english, I'm not very good at english and I'm not using translator, maybe I mistook in something.