30.03.2011, 20:28
EDIT: I failed
The reason its not working is because you set (TextDrawSetString) the text inside a loop. When you set the text it deletes the old one. Even if you formated the textdraw string you might not get the desired result because you would have x amount of players. Unless you have made the textdraw ok to hold all the info for your max players.
The reason its not working is because you set (TextDrawSetString) the text inside a loop. When you set the text it deletes the old one. Even if you formated the textdraw string you might not get the desired result because you would have x amount of players. Unless you have made the textdraw ok to hold all the info for your max players.