09.12.2009, 01:16
Use
pawn Код:
GetPlayerPos(personwhosendsmessage, x, y, z);
for(new i=0 <MAX_PLAYERS; i++)
{
if(IsPlayerInRange(20, i, x, y, z)
SendWhisper
}
}