19.05.2015, 20:45
Firstly, I'm not searching for scriptable solution, I'm just reporting this little problem.
In some cases, actors are not visible if you write them in a very adjacent lines to those which should born in the same area(or interior?) of him, but he will spawn if write the actor lines next to him line.
Also, sometimes is need to re-stream the actor for see him, I can't give details because it happens randomly.
Example:
P.S: I can send the code where bug happens for MP.
Sorry for the bad english.
In some cases, actors are not visible if you write them in a very adjacent lines to those which should born in the same area(or interior?) of him, but he will spawn if write the actor lines next to him line.
Also, sometimes is need to re-stream the actor for see him, I can't give details because it happens randomly.
Example:
pawn Код:
CreateActor(bla, 1, 1, 1);
CreateActor(bla, 1, 1, 1);
CreateActor(bla, 1,1, 1);
CreateActor(bla, 1,1, 1);
CreateActor(bla, 1,1, 1);
CreateActor(bla, 1,1, 1);
CreateActor(bla, 2,2, 2);
CreateActor(bla, 2,2, 2);
CreateActor(bla, 2,2, 2);
CreateActor(bla, 2,2, 2);
CreateActor(bla, 2,2, 2);
CreateActor(bla, 222,2, 2);
CreateActor(bla, 2,2, 222);
CreateActor(bla, 2,2222, 2);
CreateActor(bla, 2,222, 2);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 3, 300, 3);
CreateActor(bla, 1, 1, 1); /* This actor maybe will not spawn, I tested with +50 actors and this problem happened inside an interior */
Sorry for the bad english.