Local chat color
#3

Quote:
Originally Posted by ReD_HunTeR
Посмотреть сообщение
Show Proxdetector Function
Код:
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
Local chat color - by Mo123 - 27.10.2018, 17:48
Re: Local chat color - by ReD_HunTeR - 27.10.2018, 18:12
Re: Local chat color - by Mo123 - 27.10.2018, 18:29
Re: Local chat color - by ReD_HunTeR - 27.10.2018, 18:55
Re: Local chat color - by Mo123 - 27.10.2018, 20:04
Re: Local chat color - by RogueDrifter - 27.10.2018, 20:07
Re: Local chat color - by Mo123 - 27.10.2018, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)