open.mp forum
[Suggestion] Hello everyone! - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40)
--- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42)
--- Thread: [Suggestion] Hello everyone! (/showthread.php?tid=383)



Hello everyone! - bratva - 2019-04-19

After trying hard to create a simple zombie system i got faced?a bug.

I'm creating actors to use them as zombies but after the actor is created you cannot change its facing angle?anymore, if you will see at pictures the?SetPlayerFacingAngle is in the right position but it does not work. (Dynamic actor system still same)

I hope this will be fixed on open.MP.





[Image: gta-sa-2019-04-19-12-32-24-21.png]







[Image: gta-sa-2019-04-19-12-32-30-05.png]







[Image: gta-sa-2019-04-19-12-32-34-91.png]







[Image: gta-sa-2019-04-19-12-33-07-38.png]







[Image: gta-sa-2019-04-19-12-33-10-58.png]







[Image: gta-sa-2019-04-19-12-33-13-98.png]







[Image: gta-sa-2019-04-19-12-33-31-80.png]


RE: Hello everyone! - Josh - 2019-04-19

I actually fixed this, but its more of a workaround, we force the actor to be "re-streamed" for everyone, changing their facing angle. This seems to be a bug affecting the client for 0.3.7, not sure about 0.3.DL.


RE: Hello everyone! - Sasino97 - 2019-04-19

Hi bratva,

Did you already try to look into using FCNPC instead? (https://github.com/ziggi/FCNPC)


RE: Hello everyone! - bratva - 2019-04-19

I'm thinking to create about 100 actors or more, so NPCs are not a good idea, so should this be fixed to open.MP?