new Float:x, Float:y, Float:znew, Float:z;GetPlayerPos(npcid, x, y, z);CA_FindZ_For2DCoord(x, y, znew);FCNPC_SetVelocity(npcid,x,y,znew);