l00p Tunel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: l00p Tunel (
/showthread.php?tid=96176)
l00p Tunel -
_TeRmiNaToR_ - 06.09.2009
How Can I make loop tunnel, like as in this video:
Flawless Torus
Give me a example please.
Re: l00p Tunel -
dice7 - 06.09.2009
Probably with something like this
http://bnoise.bn.funpic.org/upload/mta/
Or with a map editor, one object after another
Re: l00p Tunel -
_TeRmiNaToR_ - 06.09.2009
But I will this make in pwn.
Re: l00p Tunel -
_Vortex - 06.09.2009
Quote:
Originally Posted by _TeRmiNaToR_
But I will this make in pwn. 
|
Use a converter.
Re: l00p Tunel -
_TeRmiNaToR_ - 06.09.2009
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;
}
Re: l00p Tunel -
_TeRmiNaToR_ - 07.09.2009
Please help me.
Re: l00p Tunel -
Correlli - 07.09.2009
Just use an Map Editor.
Re: l00p Tunel -
_TeRmiNaToR_ - 08.09.2009
Quote:
Originally Posted by Don Correlli
Just use an Map Editor.
|
I will this make without map editor.
Re: l00p Tunel -
saiberfun - 08.09.2009
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