[Question]Help with Textdraw ModelID
#1

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!
Reply
#2

the picture is not object
that's a sprite
Reply
#3

Then how to add it :S?
Reply
#4

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
Reply
#5

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.
Reply
#6

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
Reply
#7

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

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
Reply
#9

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!
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)