23/01/2022 15:05
(22/01/2022 21:41)k2bi_YT Escreveu: Altere a função por essa nova
Código PHP:SendClientMessageRange(Float:range, playerid, const string[], color)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i = 0; i < MAX_PLAYERS; ++i)
{
if(GetPlayerVirtualWorld(i) != GetPlayerVirtualWorld(playerid) && GetPlayerInterior(i) != GetPlayerInterior(playerid))continue;
if(GetPlayerDistanceFromPoint(i, x, y, z) < range+1) SendClientMessage(i, color, string);
}
return true;
}
Respondendo a sua pergunta, essa função você pode usar para dizer as ações que o player está fazendo no momento, exemplo:"*fear saiu de seu carro e fechou a porta", dentre outros
aparece o texto da dialog de login quando eu digito o /eu e escrevo a msg kkkkkkk
se liga no print abaixo ai kkkk