Posts: 157
Threads: 57
Joined: Jul 2015
Reputation:
0
Is there a way to make actor visible for players in several different worlds? I know that I can create actor for each world but that isnt a solution for me, since i already have way to many actors.
Posts: 79
Threads: 2
Joined: Dec 2010
I think so putting virtual world as -1 sets things for all virtual world, try it.
EDIT: too late, some one already posted ^
Posts: 92
Threads: 6
Joined: Sep 2013
Reputation:
0
SetActorVirtualWorld(actorid, -1);
Posts: 103
Threads: 0
Joined: Sep 2015
Reputation:
0
An actor (same goes for players) can only be put into one virtual world at a time (else -1).