Actor in 0,0,0 ?...
#1



All my actors are positioned in businesses interiors with virtual world...


But i found a actor in a business at 0,0,0 with virtual world 0 ...

How is this posible?
Reply
#2

This is caused by a coding issue, same reason some icons, etc. get placed at 0.0.0
Somewhere you placed one of your actors wrong.
Reply
#3

It seems that they are falling down ... the problem:

On my loading bizz i have this:

pawn Code:
if(BizzInfo[IDB][bType] == 1)
        {
            if(BizzInfo[IDB][bInterior] == 10)
            {
                BizzInfo[IDB][bActor] = CreateActor(211, 1.9300,-30.7030,1003.5494,3.0158);
                SetActorVirtualWorld(BizzInfo[IDB][bActor], BizzInfo[IDB][bVirtual]);
            }
}
How is this possible , i already gave them skins
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)