l00p Tunel
#1

How Can I make loop tunnel, like as in this video:

Flawless Torus


Give me a example please.
Reply
#2

Probably with something like this
http://bnoise.bn.funpic.org/upload/mta/

Or with a map editor, one object after another
Reply
#3

But I will this make in pwn.
Reply
#4

Quote:
Originally Posted by _TeRmiNaToR_
But I will this make in pwn.
Use a converter.
Reply
#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
#6

Please help me.
Reply
#7

Just use an Map Editor.
Reply
#8

Quote:
Originally Posted by Don Correlli
Just use an Map Editor.
I will this make without map editor.
Reply
#9

Quote:
Originally Posted by _TeRmiNaToR_
Quote:
Originally Posted by Don Correlli
Just use an Map Editor.
I will this make without map editor.
just use the site of
dice7
and convert the .map with a map converter
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)