A Question
#4

For some reason i get "You have entered territory" with a load of spam and while im not near a organization cp,
i entered this under OnPlayerUpdate
pawn Код:
foreach(Player,i)
    {
        for(new oi=0; oi<MAX_ORGS; oi++)
        {
            if(IsPlayerInRangeOfPoint(i, 100,OrgInfo[oi][CPX],OrgInfo[oi][CPY],OrgInfo[oi][CPZ]))
            {
                if(enteredterr[playerid] == 0)
                {
                    format(str,sizeof(str),"You have entered %s territory",OrgInfo[oi][Orgname]);
                    SCM(playerid,COLOR_LIGHTBLUE,str);
                    enteredterr[playerid] = 1;
                }
            }
            else
            {
                enteredterr[playerid] = 0;
            }
        }
    }
Reply


Messages In This Thread
A Question - by Tanush123 - 10.02.2012, 21:37
Re: A Question - by Twisted_Insane - 10.02.2012, 21:40
Re: A Question - by Tanush123 - 10.02.2012, 21:51
Re: A Question - by Tanush123 - 10.02.2012, 21:56
Re: A Question - by Twisted_Insane - 10.02.2012, 21:58
Re: A Question - by IceCube! - 10.02.2012, 22:00

Forum Jump:


Users browsing this thread: 3 Guest(s)