SA-MP Forums Archive
Actor's pos - 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's pos (/showthread.php?tid=583338)



Actor's pos - CodeBreaker - 27.07.2015

Hi everyone!
The problem is as follows:
I create the actor by the function CreateActor
after removal and return to the radius of the drawing, the actors change their position.
Help me please.

Here is the code, that i create the actors:
PHP код:
FishPort_Actor CreateActor(320.0,0.0,0.0,0.7309);
SetActorPos(FishPort_Actor2501.4670,-2237.4316,13.5469); 
I used SetActorPos to try to solve the problem. Unsuccessfully.