30.03.2011, 14:14
(
Последний раз редактировалось TeraN; 31.03.2011 в 21:13.
)
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:
To create movable 3d text, and attach him to 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..
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:
Код:
#include <m3dt>
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.
Код:
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
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..