Radius Say: RP
#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
Radius Say: RP - by Jigsaw123 - 26.09.2014, 17:37
Re: Radius Say: RP - by Dignity - 26.09.2014, 18:00
Re: Radius Say: RP - by DaniceMcHarley - 01.10.2014, 23:01
Re : Radius Say: RP - by AmirRFCNR - 02.10.2014, 10:39

Forum Jump:


Users browsing this thread: 2 Guest(s)