30.05.2014, 15:58
Well, TextDrawCreate will do the job, assigned to a var created with the "Text:" tag, such as
Use a TextDraw InGame creator such as iPLEOMAX's, it's better to see what you create and it's easier than the old implementation way.
PHP код:
new Text:myTextdraw;
myTextdraw = TextDrawCreate(Float:x_pos_on_the_screen, FLoat:y_pos_on_the_screen, "This textdraw will display the text between quotes, this text.");

