09.04.2017, 02:07
Quote:
Use break; to disengage from the loop after you have sent the necessary message or if you need to loop other features continuously, place the messages outside of the loop.
|
The reason your code is spamming, is because the SendClientMessages for the player, are in the for loop. That's why.