SA-MP Forums Archive
Rotation not saving - 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: Rotation not saving (/showthread.php?tid=491288)



Rotation not saving - ProjectMan - 30.01.2014

Hello, please tell me why rotations are not saving when I use in-game object editors... I've tried these two and still, rotation is not saving.

https://sampforum.blast.hk/showthread.php?tid=325392

That shows:

pawn Код:
CreateObject(2942, 1075.421020, -1327.562866, 13.546875, 0.000000, 0.000000, 0.000000);//
CreateObject(2942, 1631.637207, -2329.919433, 13.546875, 0.000000, 0.000000, 0.000000);//
CreateObject(2942, 2128.159423, -1771.150146, 13.567234, 0.000000, 0.000000, 0.000000);//
CreateObject(2942, 353.497070, -1354.339721, 14.507811, 0.000000, 0.000000, 0.000000);//
https://sampforum.blast.hk/showthread.php?tid=335711

That shows:

pawn Код:
new TEST[4];

TEST[0] = CreateObject(2942, 2135.230468, -1771.393432, 13.566926, 0.000000, 0.000000, 0.000000);
TEST[1] = CreateObject(2942, 1629.859375, -2334.411621, 13.546875, 0.000000, 0.000000, 0.000000);
TEST[2] = CreateObject(2942, 1078.978027, -1327.260498, 13.546875, 0.000000, 0.000000, 0.000000);
TEST[3] = CreateObject(2942, 2684.073974, -1405.705810, 30.317132, 0.000000, 0.000000, 0.000000);
Are they not compatible or something. Or is there something that I am missing here?


Re: Rotation not saving - ProjectMan - 30.01.2014

Anyone?