06.03.2019, 17:58
Nгo faz muito sentido de quem ta perto ver essa mensagem mais tenta assim:
PHP Code:
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, 10.0, Pos[0], Pos[1], Pos[2]))
{
SendClientMessage(i, 0xFF8040AA, "[PMESP] Voce Esta Sendo Abordado!");
break;
}
}