15.02.2015, 11:48
you can use this
PHP код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, 3.0, x,y,z))
{
///// Code i remplace trajetid
}
}