SA-MP Forums Archive
[Question]Help with Textdraw ModelID - 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: [Question]Help with Textdraw ModelID (/showthread.php?tid=487856)



[Question]Help with Textdraw ModelID - $Marco$ - 15.01.2014

Hey guys, this is a quick question i want to ask, there are the San Andreas loading screens pictures which i see people use in their gamemodes as the login screens.
I can't find their ID or the way to place them, can anyone help me and giving me the ID's / Names of them?
Thanks!


Re: [Question]Help with Textdraw ModelID - amirab - 15.01.2014

the picture is not object
that's a sprite


Re: [Question]Help with Textdraw ModelID - $Marco$ - 15.01.2014

Then how to add it :S?


Re: [Question]Help with Textdraw ModelID - iOxide - 15.01.2014

There are no models or anything like that for TextDraw. You have to use that image as a TextDraw.

Check this out, it might help.
https://sampforum.blast.hk/showthread.php?tid=274064


Re: [Question]Help with Textdraw ModelID - $Marco$ - 15.01.2014

Quote:
Originally Posted by iOxide
View Post
There are no models or anything like that for TextDraw. You have to use that image as a TextDraw.

Check this out, it might help.
https://sampforum.blast.hk/showthread.php?tid=274064
Well you are wrong my dear friend, i have ******d for Sprite's and it did found there is a way of adding those.
Thanks for the attempt anyway.


Re: [Question]Help with Textdraw ModelID - amirab - 15.01.2014

you should use it as a TextDraw
first
you should have Txd workshop
then open txd files which is in models/txd in you GTA San Andreas folder
then use it as a textdraw

like this one :
PHP Code:
Textdraw0 TextDrawCreate(0.000000, -5.226698"loadsc0:loadsc0");
TextDrawLetterSize(Textdraw00.0000000.000000);
TextDrawTextSize(Textdraw0657.600036459.200103);
TextDrawAlignment(Textdraw01);
TextDrawColor(Textdraw0, -1);
TextDrawSetShadow(Textdraw00);
TextDrawSetOutline(Textdraw00);
TextDrawFont(Textdraw04); 
you see loadsc0:loadsc0 in TextDrawCreate right?!
ok there are 15 load pictures
loadsc0:loadsc0
loadsc1:loadsc1
loadsc2:loadsc2
.
.
.
.
loadsc12:loadsc12
loadsc13:loadsc13
loadsc14:loadsc14



if i helped you +REP

and also use Txd Workshop to see sprites of you gta (in models/txd)
to see all sprites
if you need help again add my skype


Re: [Question]Help with Textdraw ModelID - Raza2013 - 15.01.2014

Check Out this -------> https://sampforum.blast.hk/showthread.php?tid=274064


Re: [Question]Help with Textdraw ModelID - amirab - 15.01.2014

Quote:
Originally Posted by Raza2013
View Post
no that's about images form out
and the problem is your image size should be 45*45


Re: [Question]Help with Textdraw ModelID - $Marco$ - 15.01.2014

Quote:
Originally Posted by amirab
View Post
you should use it as a TextDraw
first
you should have Txd workshop
then open txd files which is in models/txd in you GTA San Andreas folder
then use it as a textdraw

like this one :
PHP Code:
Textdraw0 TextDrawCreate(0.000000, -5.226698"loadsc0:loadsc0");
TextDrawLetterSize(Textdraw00.0000000.000000);
TextDrawTextSize(Textdraw0657.600036459.200103);
TextDrawAlignment(Textdraw01);
TextDrawColor(Textdraw0, -1);
TextDrawSetShadow(Textdraw00);
TextDrawSetOutline(Textdraw00);
TextDrawFont(Textdraw04); 
you see loadsc0:loadsc0 in TextDrawCreate right?!
ok there are 15 load pictures
loadsc0:loadsc0
loadsc1:loadsc1
loadsc2:loadsc2
.
.
.
.
loadsc12:loadsc12
loadsc13:loadsc13
loadsc14:loadsc14



if i helped you +REP

and also use Txd Workshop to see sprites of you gta (in models/txd)
to see all sprites
if you need help again add my skype
THANK YOU SIR!


Re: [Question]Help with Textdraw ModelID - amirab - 15.01.2014

I do nothing because you and the others like you
i made a Tutorial about all Sprites not just about load screens

https://sampforum.blast.hk/showthread.php?pid=2866505#pid2866505