Actors/Interiors problem.
#3

Detect when player enters the business/house/interior and then just simply re-set actors position.
Actors dont load objects, only players do.

You could make something like
pawn Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid) {
    if(newinteriorid == yourinteriorid) {
        SetActorPos(MyActor, YourX,YourY,YourZ);   
        }
    }
    return 1;
}
Just an example of how you could do it, wont work with entirely custom interiors but I hope you get my point
Reply


Messages In This Thread
Actors/Interiors problem. - by TaylorShade - 19.11.2015, 14:13
Re: Actors/Interiors problem. - by Crayder - 19.11.2015, 16:26
Re: Actors/Interiors problem. - by TwinkiDaBoss - 19.11.2015, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)