28/01/2022 23:11
(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
Vai ajudar?? o erro ta acima ai