SA-MP Forums Archive
[Include] Movable3DText by _TeRaN_ [Nexotronix's edit] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Movable3DText by _TeRaN_ [Nexotronix's edit] (/showthread.php?tid=245671)



Movable3DText by _TeRaN_ [Nexotronix's edit] - Nexotronix - 01.04.2011

What is this?

This is the original thread - Link: https://sampforum.blast.hk/showthread.php?tid=245191

What i did?
I just edit this script for users of the Incognitos Streamer Plugin, edited old functions and added some new function:

Changes look like this:
pawn Код:
/*Edited Functions*/

CreateMoveable3DText(string[], color, Float:x, Float:y, Float:z, Float:distance, speed)//creating movable 3dtext
AttachMoveable3DTextToVehicle(vehid, string[],  color, Float:x, Float:y, Float:z, Float:distance, speed)//creating and attaching text to vehicle

/*Function added*/
AttachMoveable3DTextToPlayer(playerid, string[],  color, Float:x, Float:y, Float:z, Float:distance, speed)//creating and attaching text to player
Credits

_TeRaN_ Creator of script
Nexotronix Editing
Incodnito - Streamer plugin!

Download

http://pastebin.com/fd1ineDw

Thanks!


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - kiss - 01.04.2011

nice work


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - Ironboy - 01.04.2011

Nice work!


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - Chaos01 - 02.04.2011

awesome work, dude


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - Nexotronix - 02.04.2011

thanks _TeRaN_ =))


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - TeraN - 02.04.2011

Np


Re: Movable3DText by _TeRaN_ [Nexotronix's edit] - Meinstad - 03.04.2011

Good work, testing it now.