Movable3DText -
TeraN - 30.03.2011
Hello all!
Introduce to your attention - [Include]Movable3DText!
Video-preview:
[ame]http://www.youtube.com/watch?v=8IlKb-mqMq4[/ame]
Installation manual:
Put folder "pawno" in your server-client.
Open your .pwn file, and add on top:
PROFIT!
Include manual:
To create movable 3d text:
Код:
CreateMovable3DText(text[], speed, textcolor, Float:DrawDistance, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text.
To create movable 3d text, and attach him to vehicle:
Код:
AttachMovable3DTextToVehicle(text[], speed, textcolor, Float:DrawDistance, vehicleid, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text, and attach this text to another vehicle
speed(min 1)//1 = 100 milliseconds
Warning: Maximum available texts - 250!
Author: _TeraN_(Me)
Download link:
http://solidfiles.com/d/de7b/
Download link(for Incognito's streamer):
http://solidfiles.com/d/19313/
Pastebin:
http://pastebin.com/VM28MiSt
In next version, i'll add movable textdraw!
PS: Sorry for my bad English, I'm Ukrainian..
Re: Movable3DText -
[KSF]Badboy - 30.03.2011
Nice
Re: Movable3DText -
nGen.SoNNy - 30.03.2011
Download link?
)
Re: Movable3DText -
Igorek - 30.03.2011
Quote:
Originally Posted by Anonym2009
Download link? )
|
http://solidfiles.com/d/de7b/
Re: Movable3DText -
TeraN - 30.03.2011
Anonym2009
Oh, sorry...
Re: Movable3DText -
[ProX]BlueFire - 30.03.2011
NICE!!!
Re: Movable3DText -
Nexotronix - 30.03.2011
чувак, нормас скрипт! Буду юзать =)
Re: Movable3DText -
Calgon - 30.03.2011
Basically, a marquee for 3d text labels...
Re: Movable3DText -
MrDeath537 - 30.03.2011
Nice release
Quote:
Originally Posted by Calg00ne
Basically, a marquee for 3d text labels...
|
But it's cool.
Re: Movable3DText -
Meinstad - 30.03.2011
Nice release, testing it now.
Re: Movable3DText -
Strong_ADM - 30.03.2011
nice.
Respuesta: Movable3DText -
Code8976Man - 30.03.2011
That's fucking cool.
Re: Movable3DText -
TeraN - 30.03.2011
Thanks, guys
Re: Movable3DText -
Hiddos - 30.03.2011
Err, how is this different from
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle ?
Re: Movable3DText -
TeraN - 30.03.2011
Hiddos
My function, AttachMovable3DTextToVehicle, creates movable 3D text, and attaches this movable 3d text to vehicle.
Re: Movable3DText -
Hiddos - 30.03.2011
Quote:
Originally Posted by TeraN
Hiddos
My function, AttachMovable3DTextToVehicle, creates movable 3D text, and attaches this movable 3d text to vehicle.
|
Ehh, what's so moveable about this what Attach3DTextToVehicle isn't? I'm kinda confused lol
Re: Movable3DText -
TeraN - 30.03.2011
Hiddos
Lol. You are watched my video at first page?
Re: Movable3DText -
Ironboy - 30.03.2011
Good job!
Re: Movable3DText -
Vlad_Dubonos - 30.03.2011
I just dont know how to add it ): and i really want it
Re: Movable3DText -
TeraN - 30.03.2011
Vlad_Dubonos
Ты не можешь понять как создать его?
Я в своём первом посту писал вообще-то, вот:
Include manual:
To create movable 3d text:
Code:
CreateMovable3DText(text[], speed, textcolor, Float:DrawDistance, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text.
To create movable 3d text, and attach him to vehicle:
Code:
AttachMovable3DTextToVehicle(text[], speed, textcolor, Float:DrawDistance, vehicleid, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text, and attach this text to another vehicle
speed(min 1)//1 = 100 milliseconds
Warning: Maximum available texts - 250!