Problem with 'X' in PointStripped
#1

Hello, i want the X to be like from 20 to 1000, i mean because if i put (424.4867,-2236.0962,20.2703), it won't be so accurate to be called a Defence System -.-
Here's my code
pawn Code:
if(PlayerToPointStripped(75, playerid,424.4867,-2236.0962,20.2703, cx,cy,cz))
    {//Restricted Area
        if(flakauto==1)
        {
            if(PlayerInfo[playerid][pMember] == 11 || PlayerInfo[playerid][pLeader] == 11)
            {

            }
            else
            {
                new Float:boomx, Float:boomy, Float:boomz;
                GetPlayerPos(playerid,boomx, boomy, boomz);
                CreateExplosion(boomx, boomy , boomz, 7, 2);
                return 1;
            }
        }
        else
        {

        }
    }
Reply


Messages In This Thread
Problem with 'X' in PointStripped - by Aira - 27.05.2012, 06:51
Re: Problem with 'X' in PointStripped - by MP2 - 27.05.2012, 08:44
Re: Problem with 'X' in PointStripped - by Aira - 27.05.2012, 09:11

Forum Jump:


Users browsing this thread: 1 Guest(s)