Így próbáltam de így sem jó
if(!IsPlayerInAnyVehicle(playerid))
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
foreach(Jatekosok, i)
{
if(IsPlayerInRangeOfPoint(i, 5.0, x, y, z))
{
new time = strlen(text)*200;
ApplyAnimation(playerid, \"PED\", \"IDLE_CHAT\", 3, 0, 0, 0, 0, time, 1);
}
}
}