11.01.2015, 15:16
Quote:
Well as i said, whenever a player says something in chat, their message is sent to the WHOLE server.
I want to make it so when a player types something only players around him will see it. |
Instead of using the code above you should use this native for it
pawn Код:
// OnGameModeInit
LimitGlobalChatRadius(50.0);
// there is also another limit function
// so you only see player markers who are near you
LimitPlayerMarkerRadius(50.0);