It's a textdraw as you were told before, however it should be done just like this..
pawn Код:
newText: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.