Jump to content
  • 0

Textdraw problem.


Razvann

Question

9 answers to this question

Recommended Posts

Am pus asta:

new Text:Textdraw0;
Apoi sub OnGameModeInIt am pus asta:
	Textdraw0 = TextDrawCreate(575.000000,433.000000,"text oarecare");
    TextDrawAlignment(Textdraw0,2);
    TextDrawBackgroundColor(Textdraw0,0x0000ff33);
    TextDrawFont(Textdraw0,3);
    TextDrawLetterSize(Textdraw0,0.299999,1.000000);
    TextDrawColor(Textdraw0,0xffff00ff);
    TextDrawSetOutline(Textdraw0,1);
    TextDrawSetProportional(Textdraw0,1);
    TextDrawSetShadow(Textdraw0,10);
Iar apoi la OnPlayerConnect asta:
	TextDrawShowForPlayer(playerid,Textdraw0);

nu da nicio eroare/warning dar nu apare. :)

am pus (am copiat gresit), scuze.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.