02.03.2014, 17:41
Hey everyone.I have a command that I wan to work only if a player is behind an other player but I have no idea how to start.I hope someone can help me.Thank you.
new Float:x, Float:y, Float:z;
GetPlayerPos(pID, x, y, z);
if(IsPlayerInRangeOfPoint(playerid, 5, x, y, z))
{
/* do your things here */
}