l00p Tunel
#5

Quote:
Originally Posted by [B
Vortex ]
Quote:
Originally Posted by _TeRmiNaToR_
But I will this make in pwn.
Use a converter.
I thought something like this:


Код:
SetTimer("CreateLoop",100,1);
loop = CreateObject(1608,Ox,Oy,3.000,0,0,0);
Код:
public CreateLoop()
{
  new Float:X, Float:Y,Float:Px,Float:Py;
  X=(floatmul(floatcos(degree,degrees),radius));
  new Float:Temp;
  Temp =((radius*radius)-floatpower(X,2));
  Y= floatsqroot(Temp);
  Px=floatadd(Ox,X);
  Py=floatadd(Oy,Y);
  CreateObject(loop, Px,Py,3.000, 3);
  SetObjectRot(loop,0,0,degree);
	return 1;
}
Reply


Messages In This Thread
l00p Tunel - by _TeRmiNaToR_ - 06.09.2009, 17:59
Re: l00p Tunel - by dice7 - 06.09.2009, 18:02
Re: l00p Tunel - by _TeRmiNaToR_ - 06.09.2009, 18:07
Re: l00p Tunel - by _Vortex - 06.09.2009, 18:07
Re: l00p Tunel - by _TeRmiNaToR_ - 06.09.2009, 18:17
Re: l00p Tunel - by _TeRmiNaToR_ - 07.09.2009, 13:35
Re: l00p Tunel - by Correlli - 07.09.2009, 13:35
Re: l00p Tunel - by _TeRmiNaToR_ - 08.09.2009, 10:03
Re: l00p Tunel - by saiberfun - 08.09.2009, 12:46

Forum Jump:


Users browsing this thread: 3 Guest(s)