IsPlayerFacingPlayer
#1

Hello, I tried to do that:

pawn Code:
for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerFacingPlayer(playerid, i, 7.0))
            {
                SendClientMessage(playerid,COLOR_WHITE,"There is a player in front of you!");
            }
        }
     }
It didn't work, what is the problem?
Reply


Messages In This Thread
IsPlayerFacingPlayer - by Nakash - 25.04.2010, 13:53
Re: IsPlayerFacingPlayer - by ¤Adas¤ - 25.04.2010, 14:12
Re: IsPlayerFacingPlayer - by Nakash - 25.04.2010, 14:27
Re: IsPlayerFacingPlayer - by ¤Adas¤ - 25.04.2010, 14:30

Forum Jump:


Users browsing this thread: 2 Guest(s)