Microphone help...
#5

Quote:
Originally Posted by JeNkStAX
pawn Код:
// Top Of Script
new MicPos[][3] =
{
{X,Y,Z}
};

// DCMD Command
GetPlayerPos(playerid,X,Y,Z);
MicPos[0][0] = X;
MicPos[0][1] = Y;
MicPos[0][2] = Z;

// In OnPlayerText or w/e
if(PlayerToPoint(15.0, playerid, MicPos[0][0], MicPos[0][1], MicPos[0][2]))
{
  // Do w/e
  return 1;
}
Should work
How to make like the OnPlayerText sends everything that everyone says in a 15.0 radius around the mic to the Person who typed /putmic ?
Reply


Messages In This Thread
Microphone help... - by introzen - 27.03.2009, 21:29
Re: Microphone help... - by MenaceX^ - 27.03.2009, 21:33
Re: Microphone help... - by introzen - 27.03.2009, 21:36
Re: Microphone help... - by ICECOLDKILLAK8 - 27.03.2009, 21:49
Re: Microphone help... - by introzen - 27.03.2009, 21:53

Forum Jump:


Users browsing this thread: 1 Guest(s)