/l command.
#3

add this:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i=0; i<GetMaxPlayers(); i++)
{
  if(IsPlayerConnected(i))
  {
    if(IsPlayerInRangeOfPoint(i, 20.00, x, y, z))
    {
      SendClientMessage(i, COLOR_WHITE, str);
    }
  }
}
Reply


Messages In This Thread
/l command. - by Rabbayazza - 11.08.2011, 12:34
Re: /l command. - by ScottCFR - 11.08.2011, 12:46
Re: /l command. - by Sascha - 11.08.2011, 12:47
Re: /l command. - by Rabbayazza - 11.08.2011, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)