Zombies climbing over poles.
#7

Do you have MapAndreas enabled in FCNPC?
Код:
FCNPC_ToggleMapAndreasUsage()
Also, when a NPC finds an obstacle his facing angle SHOULD be inverted, not randomly changed. Doing so will eventually cause you an headache.

Код:
new inverted_angle = (floatround(FCNPC_GetAngle(npcid)) + 180) % 360;
FCNPC_SetAngle(npcid,  float(inverted_angle));
Reply


Messages In This Thread
Zombies climbing over poles. - by StrikerZ - 29.09.2017, 15:49
Re: Zombies climbing over poles. - by Bigwebicek - 29.09.2017, 15:52
Re: Zombies climbing over poles. - by StrikerZ - 29.09.2017, 15:54
Re: Zombies climbing over poles. - by whadez - 29.09.2017, 16:07
Re: Zombies climbing over poles. - by AbyssMorgan - 29.09.2017, 16:20
Re: Zombies climbing over poles. - by StrikerZ - 29.09.2017, 16:38
Re: Zombies climbing over poles. - by Marricio - 29.09.2017, 18:45
Re: Zombies climbing over poles. - by StrikerZ - 30.09.2017, 06:00
Re: Zombies climbing over poles. - by Marricio - 30.09.2017, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)