[DUDA/AYUDA]Undefined symbol "IsPlayerInArea"
#4

pawn Код:
stock IsPlayerInRectangle(playerid, Float:x1_, Float:y1_, Float:x2_, Float:y2_)
{
    if(IsPlayerConnected(playerid))
    {
        new Float:xs,Float:ys,Float:zs;
        GetPlayerPos(playerid,xs,ys,zs);
        return IsPointInRectangle(xs,ys,x1_,y1_,x2_,y2_);
    }
    return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)