#9

pawn Код:
new Float:x, Float:y, Float:z, string[128];
GetPlayerPos(playerid, x, y, z);
format(string, sizeof(string),"%s", text);
for(new i; i < MAX_PLAYERS; i++)
{
    if(IsPlayerInRangeOfPoint(i, 10, x, y, z))
    {
        SendPlayerMessageToPlayer(i, playerid, string);
    }
}
Add this at OnPlayerText(playerid, text[])
Reply


Messages In This Thread
Chat - by GangsTa_ - 21.08.2010, 08:29
Re: Chat - by Nonameman - 21.08.2010, 09:59
Re: Chat - by Ihsan_Cingisiz - 21.08.2010, 10:36
Re: Chat - by GangsTa_ - 21.08.2010, 10:40
Re: Chat - by GangsTa_ - 21.08.2010, 13:29
Re: Chat - by RoCK'N'Rolla - 21.08.2010, 13:30
Re: Chat - by GangsTa_ - 21.08.2010, 13:49
Re: Chat - by Dark_Kostas - 21.08.2010, 14:21
Re: Chat - by Claude - 21.08.2010, 15:51
Re: Chat - by Agent Smith - 21.08.2010, 15:54

Forum Jump:


Users browsing this thread: