OnPlayerStreamIn/Out weard error
#5

Quote:
Originally Posted by Babul
Посмотреть сообщение
if a player streams in/out, the text gets sent to all players...
Код:
SendClientMessageToAll(COLOR_ORANGE, string);
...which will spam the chat with just a few players, try:
Код:
SendClientMessage(playerid,COLOR_ORANGE, string);
..to send the stream-text to 1 playerid.
well, what you sayt works. Now i have another problem. He shows only my name. Not the name of the other player. Can you fix that?
Reply


Messages In This Thread
OnPlayerStreamIn/Out weard error - by MathijsS - 23.11.2011, 16:24
Re: OnPlayerStreamIn/Out weard error - by Kostas' - 23.11.2011, 16:29
Re: OnPlayerStreamIn/Out weard error - by MathijsS - 23.11.2011, 16:35
Re: OnPlayerStreamIn/Out weard error - by Babul - 23.11.2011, 16:37
Re: OnPlayerStreamIn/Out weard error - by MathijsS - 23.11.2011, 17:29
Re: OnPlayerStreamIn/Out weard error - by MathijsS - 23.11.2011, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)