06.03.2019, 17:38
PHP Code:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(i==playerid)return true;
if(IsPlayerInRangeOfPoint(i, 20.0, x, y, z))
{
SendClientMessage(i, -1, TExto);
return true;
}
}