SA-MP Forums Archive
[HELP]Change The Objects Loction - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Change The Objects Loction (/showthread.php?tid=267987)



[HELP]Change The Objects Loction - Shawwarma - 10.07.2011

Hi, I have those 4 objects:

Код:
CreateDynamicObject(2960,-0.00000000,-0.00000000,0.00000000,0.00000000,90.00000000,0.00000000); //object(kmb_beam) (4)
CreateDynamicObject(2960,-0.16927584,0.13264881,0.00000000,0.00000000,90.00000000,90.00000000); //object(kmb_beam) (5)
CreateDynamicObject(9131,0.77491927,0.00000000,1.92499852,0.00000000,90.00000000,0.00000000); //object(shbbyhswall13_lvs) (8)
CreateDynamicObject(9131,1.54889786,0.00000000,1.14999926,0.00000000,0.00000000,0.00000000); //object(shbbyhswall13_lvs) (9)
And I want to move them to other XYZA.

But not like
Код:
CreateDynamicObject(2960,-0.00000000+x,-0.00000000+y,0.00000000+z,0.00000000,90.00000000,0.00000000+a); //object(kmb_beam) (4)
That shape look like this:


And I want to rotate and chenge the location,

But the shape still look the same...

How I do it?


Re: [HELP]Change The Objects Loction - davve95 - 10.07.2011

If you will rotate it you can press scroll on your mouse.. And if u will moveit just press left mouse key... And if u will change location move with mouse and place the object there u want to have it I'ts no more solution for that or you can look at Mta Sa s forum


Re: [HELP]Change The Objects Loction - Shawwarma - 10.07.2011

I mean if I want to do Command "CreateShape(X,Y,Z,A)"