Command issue
#2

You choosed wrong function

LimitGlobalChatRadius(10); is to limit how far each other player can see others chat,

Better use
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(/me cmd maker,x,y,z);

for(..
if(IsPlayerInRangeOfPoint(i,Your Radiuss,x,y,z))
{
SendClientMessage(..
}
Reply


Messages In This Thread
Command issue - by Scriptissue - 28.09.2010, 11:57
Re: Command issue - by Voldemort - 28.09.2010, 12:02
Re: Command issue - by DarkPower - 28.09.2010, 12:11
Re: Command issue - by mmrk - 28.09.2010, 12:16
Re: Command issue - by Scriptissue - 28.09.2010, 13:17
Re: Command issue - by <Weponz> - 28.09.2010, 13:42
Re: Command issue - by Scriptissue - 28.09.2010, 15:39
Re: Command issue - by Scenario - 28.09.2010, 16:01
Re: Command issue - by Scriptissue - 29.09.2010, 07:35
Re: Command issue - by samgreen - 29.09.2010, 07:42

Forum Jump:


Users browsing this thread: 1 Guest(s)