10.06.2012, 18:18
It's a textdraw as you were told before, however it should be done just like this..
You will find a list and more information about the textures here.
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);