04.10.2009, 22:07
I want to know if there's another way to do this, I want it so I can see player icons. But I also want to limit global chat radius, is there any kind of script or code anywhere that can make this happen?
Set a radius limitation for the chat. Only players at a certain distance from the player will see their message in the chat. Also changes the distance at which a player can see other players on the map at the same distance. |
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid, i, true);
SetPlayerMarkerForPlayer(playerid, i, (GetPlayerColor(i)&0xFFFFFF00));
}