Chat Box
#3

pawn Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    foreach(Player,i)
    {
        if(IsPlayerInRangeOfPoint(i,radi,x,y,z))
        {
            SendClientMessage(i,color,string);
        }
    }
}
Reply


Messages In This Thread
Chat Box - by Armando B - 01.08.2012, 21:20
Re: Chat Box - by Kindred - 01.08.2012, 21:21
Re: Chat Box - by tyler12 - 01.08.2012, 21:30
Re: Chat Box - by SEnergy - 01.08.2012, 21:30
Re: Chat Box - by Kindred - 01.08.2012, 21:46
Re: Chat Box - by SEnergy - 01.08.2012, 21:50
Re: Chat Box - by Kindred - 01.08.2012, 21:51

Forum Jump:


Users browsing this thread: 3 Guest(s)