NPC bug?
#2

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


Messages In This Thread
NPC bug? - by KubiPL - 04.04.2013, 15:17
Re: NPC bug? - by Babul - 04.04.2013, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)