cmd problem
#3

Quote:
Originally Posted by Romel
Посмотреть сообщение
ProxRadio stock function?
Yes.

pawn Код:
}
public ProxRadio(Float:radi, playerid, string[], color)
{
    new Float:posx, Float:posy, Float:posz;
    GetPlayerPos(playerid, posx, posy, posz);
    foreach (Player, i)
    {
        if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid))
        {
            if(IsPlayerInRangeOfPoint(i,radi,posx, posy, posz))
            {
                if(i != playerid)
                {
                    SendClientMessage(i, color, string);
                }
            }
        }
    }
}
Reply


Messages In This Thread
cmd problem - by N0FeaR - 31.05.2012, 10:31
Re: cmd problem - by JaKe Elite - 31.05.2012, 10:37
Re: cmd problem - by N0FeaR - 31.05.2012, 10:42
Re: cmd problem - by [ABK]Antonio - 31.05.2012, 10:43
Re: cmd problem - by JaKe Elite - 31.05.2012, 10:44
Re: cmd problem - by N0FeaR - 31.05.2012, 10:47

Forum Jump:


Users browsing this thread: 2 Guest(s)