Player Loop Question ?
#10

Quote:
Originally Posted by Roko_foko
View Post
pawn Code:
public OnPlayerUpdate(playerid)
{
    static flag=0;
    if(/* My Area Check(playerid) */)
    {
        if(flag!=1){
             flag=1;
             SendClientMessage(playerid, -1, "you are in");
             }
    }
    else flag=0;
    return 1;
}
It will be good if you explain it more, like what are the flags please.
Reply


Messages In This Thread
Player Loop Question ? - by Mr.Fames - 06.07.2012, 11:00
Re: Player Loop Question ? - by MP2 - 06.07.2012, 11:03
Re: Player Loop Question ? - by iggy1 - 06.07.2012, 11:04
Re: Player Loop Question ? - by Mr.Fames - 06.07.2012, 11:07
Re: Player Loop Question ? - by iggy1 - 06.07.2012, 11:08
Re: Player Loop Question ? - by Mr.Fames - 06.07.2012, 11:10
Re: Player Loop Question ? - by iggy1 - 06.07.2012, 11:16
Re: Player Loop Question ? - by Roko_foko - 06.07.2012, 11:20
Re: Player Loop Question ? - by Mr.Fames - 06.07.2012, 11:23
Re: Player Loop Question ? - by Mr.Fames - 06.07.2012, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)