Need to get so closer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need to get so closer (
/showthread.php?tid=131340)
Need to get so closer -
Hot - 02.03.2010
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;
}