04.09.2014, 22:31
In that case, then yeh, what Riddick said. But you can do something like that with NPCs, perhaps not with native functions but if you use Mauzen's RNPC plugin and make use of functions such as:
pawn Код:
RNPC_AddMovement(Float:x1, Float:y1, Float:z1, Float:x2, Float:y2, Float:z2, Float:speed, use_zmap);
RNPC_ConcatMovement(Float:x, Float:y, Float:z, Float:speed, use_zmap);
RNPC_AddPause(Ftime)
RNPC_SetKeys(keys)