Posts: 117
Threads: 34
Joined: Nov 2014
Reputation:
0
24.12.2014, 11:27
(
Последний раз редактировалось sirvanec; 26.12.2014 в 01:29.
)
I got the same problem if i trying sendclientmessagetoall
Posts: 347
Threads: 78
Joined: Sep 2013
Reputation:
0
Try adding 'return 1;' after TextMessage(estring,fstring);
Posts: 356
Threads: 4
Joined: Sep 2014
Reputation:
0
You loop through all players and then send a message to everyone for each player.
It's like:
for player 1 a sendclientmessagetoall
for player 2 a sendclientmessagetoall
...
That's the reason for the spam. Just use SendClientMessage(i,COLOR,MESSAGE);
Posts: 117
Threads: 34
Joined: Nov 2014
Reputation:
0
But you can see i don't you sendclientmessagetoall or something... how i can fix my code? Thanks BornHuman i will try this..
Posts: 117
Threads: 34
Joined: Nov 2014
Reputation:
0
Yes Flori i tried. Spam problem is fixed but the music did not start now.. Look at the picture TextMessage it helps to write there..