08.06.2012, 19:47
When i try to rotate streamer created object , he just vanish(gone)....
is this correct way to do it ?
Can any one test this code for me if you using a stremer ?
Code:
stock test(objectid,rot) { new Float:x,Float:y,Float:z; if (IsValidDynamicObject(objectid)) { GetDynamicObjectRot(objectid,x,y,z); z = z - rot; SetDynamicObjectRot(objectid,x,y,z); } }
Can any one test this code for me if you using a stremer ?