04.04.2013, 16:37
after getting the x- and y position, you need to use
...not SetPlayerPos, so your call would be:
try larger values than 0.004 for fast sprints. 0.008 or 0.009 is impossible for zombies i bet lol
pawn Код:
MoveRNPC(npcid,Float:x,Float:y,Float:z,Float:speed);
pawn Код:
SetPlayerPos(playerid,ZombieInfo[playerid][zX],ZombieInfo[playerid][zY],ZombieInfo[playerid][zZ],0.004);