Does this work same as prox detector?
#1

pawn Код:
for(new i=0; i<GetMaxPlayers(); i++)
{
if(IsPlayerInRangeOfPoint(i, 10.0, WILL REPLACE THIS BIT WITH COORDS))
{
SendClientMessage(i, COLOR_ORANGE, "If your seeing this message then this is working like prox detector");
}
Will it work? Or will it not work? Or will it work but spam my chat
Reply
#2

Anyone?
Reply
#3

Yes, this will send a message to all players who are in the range of 10 meters of your coords.
Reply
#4

Quote:
Originally Posted by Don Correlli
Yes, this will send a message to all players who are in the range of 10 meters of your coords.
Ok thankyou
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)