Player Around a object co-ordinate fails?
#2

1. Wtf is "IsPlayerAroundNapalm"?
2. Try this:

pawn Код:
IsPlayerAroundFire(playerid)
{
    for(new f; f < 21; f++)
    {
        new Float:oPosition[3];
        GetObjectPos(gServerData[E_FIRE][f], oPosition[0], oPosition[1], oPosition[2]);
        return IsPlayerInRangeOfPoint(playerid, 3.0, oPosition[0], oPosition[1], oPosition[2]);
    }
}
Reply


Messages In This Thread
Player Around a object co-ordinate fails? - by Lorenc_ - 24.06.2011, 13:34
Re: Player Around a object co-ordinate fails? - by BaubaS - 24.06.2011, 13:39
Re: Player Around a object co-ordinate fails? - by Sascha - 24.06.2011, 13:40
Re: Player Around a object co-ordinate fails? - by Lorenc_ - 25.06.2011, 00:46

Forum Jump:


Users browsing this thread: 3 Guest(s)