02.03.2010, 18:47
I need to get so closer to my npc to they face me. is almost like, touching them. Help?
Код:
public faceMeh(playerid) {
new target = GetClosestPlayer(playerid);
SetPlayerFacingPlayer(playerid, target);
return true;
}

