SA-MP Forums Archive
Actor falling out of interior? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Actor falling out of interior? (/showthread.php?tid=580208)



Actor falling out of interior? - Metharon - 03.07.2015

My loading business system are not loading the npc correct... the actors are falling out of interiors..
pawn Код:
BizzInfo[IDB][bActor] = CreateActor(211, 1.9300,-30.7030,1003.5494,3.0158);
                SetActorVirtualWorld(BizzInfo[IDB][bActor], BizzInfo[IDB][bVirtual]);

... How can i fix it maybe?


Re: Actor falling out of interior? - Toxik - 03.07.2015

Try
pawn Код:
SetActorInterior(BizzInfo[IDB][bActor], BizzInfo[IDB][bInterior]);