12.12.2010, 10:47
You can use a timer to get your position every x seconds, and then let the NPC walk to that position, using the
function.
pawn Code:
NPC_WalkTo(npcid,Float:X,Float:Y,Float:Z,is_z_map);