Little Help
#1

How people create this?That Heard

Reply
#2

Textdraws.
Reply
#3

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Textdraws.
aha nice answer.But How??Texture or what??
Reply
#4

Quote:
Originally Posted by Sanady
Посмотреть сообщение
aha nice answer.But How??Texture or what??
Probably GetPlayerHealth, setting a string with the '100', not sure about the heart image though, maybe something new added in 0.3d/e. I wouldn't know as I haven't explored the new objects yet.
Reply
#5

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Probably GetPlayerHealth, setting a string with the '100', not sure about the heart image though, maybe something new added in 0.3d/e. I wouldn't know as I haven't explored the new objects yet.
I want to know how did he create that heart.
Reply
#6

Quote:
Originally Posted by Sanady
Посмотреть сообщение
I want to know how did he create that heart.
Maybe an ingame image. I'm not sure, I haven't explored that area.
Reply
#7

https://sampforum.blast.hk/showthread.php?tid=274064
Reply
#8

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
That tool giving big lags...so no.It must be textdraw or I don`t know.Someone else know it?Please reply..
Reply
#9

It's a textdraw as you were told before, however it should be done just like this..

pawn Код:
new Text:heart;
heart = TextDrawCreate(coordinates, coordinates, "In here, you should place the name of the texture you want");
TextDrawFont(heart, whatever you pick);
TextDrawTextSize(heart, size, size);
TextDrawUseBox(heart, disable/enable);
You will find a list and more information about the textures here.
Reply
#10

Quote:
Originally Posted by Randy More
Посмотреть сообщение
It's a textdraw as you were told before, however it should be done just like this..

pawn Код:
new Text:heart;
heart = TextDrawCreate(coordinates, coordinates, "In here, you should place the name of the texture you want");
TextDrawFont(heart, whatever you pick);
TextDrawTextSize(heart, size, size);
TextDrawUseBox(heart, disable/enable);
You will find a list and more information about the textures here.
He is right.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)