07.05.2015, 09:57
Here's a few questions for you:
Why do you keep an array of login warns for each player? Isn't a local variable enough?
Why do you keep creating a new array at every dialog response? (This is the cause of your problem.)
Both are correct.
Why do you keep an array of login warns for each player? Isn't a local variable enough?
Why do you keep creating a new array at every dialog response? (This is the cause of your problem.)
Both are correct.