streamer by Incognito weird act
#1

When i try to rotate streamer created object , he just vanish(gone)....

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);
	}
}
is this correct way to do it ?

Can any one test this code for me if you using a stremer ?
Reply


Messages In This Thread
streamer by Incognito weird act - by Azazelo - 08.06.2012, 19:47
Re: streamer by Incognito weird act - by Yuryfury - 08.06.2012, 20:04
Re: streamer by Incognito weird act - by MP2 - 08.06.2012, 20:13
Re: streamer by Incognito weird act - by Azazelo - 08.06.2012, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)