Jump to content
  • 0

Nu imi apar textdrawurile


tantan_andrey

Question

4 answers to this question

Recommended Posts

Acesta este aTextDrawul :

    	      ////////////////////
	TextdrawTime = TextDrawCreate(545.000000, 19.000000, "--");
	TextDrawBackgroundColor(TextdrawTime, 255);
	TextDrawFont(TextdrawTime, 3);
	TextDrawLetterSize(TextdrawTime, 0.659999, 2.499999);
	TextDrawColor(TextdrawTime, -1);
	TextDrawSetOutline(TextdrawTime, 0);
	TextDrawSetProportional(TextdrawTime, 1);
	TextDrawSetShadow(TextdrawTime, 1);
	//Day
	TextdrawDay = TextDrawCreate(499.000000, 5.000000, "--");
	TextDrawBackgroundColor(TextdrawDay, 255);
	TextDrawFont(TextdrawDay, 3);
	TextDrawLetterSize(TextdrawDay, 0.519999, 1.600000);
	TextDrawColor(TextdrawDay, -1);
	TextDrawSetOutline(TextdrawDay, 0);
	TextDrawSetProportional(TextdrawDay, 1);
	TextDrawSetShadow(TextdrawDay, 1);
	//Month
	TextdrawMonth = TextDrawCreate(527.000000, 5.000000, "---------");
	TextDrawBackgroundColor(TextdrawMonth, 255);
	TextDrawFont(TextdrawMonth, 3);
	TextDrawLetterSize(TextdrawMonth, 0.519999, 1.600000);
	TextDrawColor(TextdrawMonth, -1);
	TextDrawSetOutline(TextdrawMonth, 0);
	TextDrawSetProportional(TextdrawMonth, 1);
	TextDrawSetShadow(TextdrawMonth, 1);

Si l-am bagat la onplayerconnect :(

Sa iti dea Deumnezeu sanatate TzAkS

Link to comment
Share on other sites

Pune la inceputul gm-ului

[pawn]new Text:TextdrawTime

new Text:TextdrawDay

new Text:TextdrawMonth

La  public OnPlayerConnect(playerid)  pune

TextDrawShowForPlayer(playerid, TextdrawTime);

TextDrawShowForPlayer(playerid, TextdrawDay);

TextDrawShowForPlayer(playerid, TextdrawMonth);[/pawn]

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.