SA-MP Forums Archive
Custom txd upload to server and all player can see that - 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)
+--- Thread: Custom txd upload to server and all player can see that (/showthread.php?tid=563730)



Custom txd upload to server and all player can see that - bigboy81 - 16.02.2015

I want make textdraw using my private picture.
When i make that how i can upload that txd file to samp server?


Re: Custom txd upload to server and all player can see that - Ritzy2K - 16.02.2015

Add that txd file into ur gta sa models...use txd editor... then use any textdraw editor ipleomaxs... ir whoever u like...

then under gamemodeinit...paste the code... the creation of textdraws...but above at top keep the Lines new Text: it saves the textdraw then add the function wherever u like onplayerconnect or onplayerspawn... TextDrawShowFotPlayer(playerid, textdraw name); it works for me tho.


Re: Custom txd upload to server and all player can see that - xVIP3Rx - 16.02.2015

Here's a tutorial..


Re: Custom txd upload to server and all player can see that - Ritzy2K - 16.02.2015

i guess he was asking adding his own image as a textdraw...nevermind.


Re: Custom txd upload to server and all player can see that - xVIP3Rx - 16.02.2015

Quote:
Originally Posted by DopeX
Посмотреть сообщение
i guess he was asking adding his own image as a textdraw...nevermind.
You're right, I think this tutorial teaches that though..


Re: Custom txd upload to server and all player can see that - M4D - 16.02.2015

Custom txd ? impossible !
just default Txd(s)


Re: Custom txd upload to server and all player can see that - bigboy81 - 17.02.2015

i want upload my own custom txd to my samp server.
I don't want samp custom txd


Re: Custom txd upload to server and all player can see that - CalvinC - 17.02.2015

You need a custom TXD file in your game to modify how textures look, thereby everybody else will also need the same TXD file.

But this tool can convert images to textdraws: https://sampforum.blast.hk/showthread.php?tid=274064
I believe it does it by using squares(pixels), therefore it may use alot of textdraws.


Re: Custom txd upload to server and all player can see that - bigboy81 - 17.02.2015

I don't need that because it's slow loading and i can't upload bigger image..
I want using txd..


Re: Custom txd upload to server and all player can see that - CalvinC - 17.02.2015

Quote:

You need a custom TXD file in your game to modify how textures look, thereby everybody else will also need the same TXD file.

Read what i said, it is not possible unless you make everyone on your server download the same TXD file.