Posts: 10
Threads: 3
Joined: May 2010
Reputation:
0
Hi all,i have a ide but i can't do that.How can i make my NPC stop to player when he runing accros the NPC NPC(Car).I saw that in one server.Pls help me i very need it quick.
Posts: 234
Threads: 24
Joined: Mar 2010
Reputation:
0
something like
new npc[24];
npc = so and so
new float;x, new float;y, new float;z
getplayerpos(npc, x, y, z
if playertopoint(5.0, x, y, z)
{
NPC.Stop()
}
Work something out.
Posts: 10
Threads: 3
Joined: May 2010
Reputation:
0
npc = so and so what write here ? D: