IsPlayerInRangeOfPoint works even if player isnt in the range of point, why?
#3

pawn Код:
if (strcmp("/armour", cmdtext, true, 10) == 0)
    {
    if(IsPlayerInRangeOfPoint(playerid,2, -2167.3972,3306.8318,95.5800))
{
    SendClientMessage(playerid, COLOR_ORANGE, "Armour PickUP");
    SetPlayerArmour(playerid,100);
    }
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)