SA-MP Forums Archive
Actor Help - 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 Help (/showthread.php?tid=607750)



Actor Help - ratxrat - 23.05.2016

Im create actor and actor fall from custom interior , how to freeze actor when player go in custom interior?


Re: Actor Help - Dayrion - 23.05.2016

With what do you create an actor ? A command?


Re: Actor Help - ratxrat - 23.05.2016

im creat actor at OnGameModeInit


Re: Actor Help - Dayrion - 23.05.2016

Alright, can you send the code where do you add the actor ?
I tried with one in an interior and worked.
PHP Code:
    new Actor1 CreateActor(230,1402.3311,-6.5625,1000.9103,300.8278); // Interior ID 1
    
new Actor2 CreateActor(284,2495.8933,-1702.3647,1014.7344,4.2692); // Interior ID 3 
I think the problem comes from actors's coordinates.


Re: Actor Help - ratxrat - 24.05.2016

Actor Coord is fine, But when Player go in Custom interior . when Dynamicobject stream and actor fall from interior. I want actor just stay in air .

Actor at citty hall work becouse Citty hall interior not dynamic object

Im try create double actor in same place bu actor still fall