Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
can i make a npc, when I'm around him open a dialog?
Posts: 1,758
Threads: 157
Joined: Jan 2008
Reputation:
0
you make npc's with the npc recording filterscript.
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
i know how to make a npc i want make a dialog open when im near a npc
Posts: 1,150
Threads: 16
Joined: Oct 2009
Reputation:
0
Use IsPlayerInRangeOfPoint(playerid,Float:range,x,y,z)
then GetPlayerPos(npcid,x,y,z)
Then show dialog.