Rotation not saving
#1

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?
Reply
#2

Anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)