10.06.2012, 17:51
How people create this?That Heard
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);
It's a textdraw as you were told before, however it should be done just like this..
pawn Код:
|