03.06.2009, 18:18
Hi im having a problem when i make a rotation of an object my server crash any help?
i did this
#include <SRO>
new obj3;
obj3 = CreateStreamedObject(972, -1514.432251, -276.834473, 4.996881, 0, 0, -77.3492451353); // object (9)
if (strcmp(cmdtext, "/gatedk1", true) == 0)
{
RotateObject(obj3, -77.34924503, 75.63037164, 0, 2.0);
return 1;
}
(everything on their own place...)
Thanks For The Attention
i did this
#include <SRO>
new obj3;
obj3 = CreateStreamedObject(972, -1514.432251, -276.834473, 4.996881, 0, 0, -77.3492451353); // object (9)
if (strcmp(cmdtext, "/gatedk1", true) == 0)
{
RotateObject(obj3, -77.34924503, 75.63037164, 0, 2.0);
return 1;
}
(everything on their own place...)
Thanks For The Attention