Jump to content
  • 0

Text


Guest vtr

Question

Posted

Deci, cum as putea face sa scrie jos in colt un text? de exemplu forumul. Cum as putea face ?

2 answers to this question

Recommended Posts

Guest iKer[MOB]
Posted

pui asta deasupra public OnGameModeInit():  (sau la inceputul scriptului, nu conteaza!)

new Text:Mesaj;

pui asta sub public OnGameModeInit():

Mesaj = TextDrawCreate(1.000000, 433.000000, " mesaju tau ");

TextDrawAlignment(Mesaj ,0);

TextDrawBackgroundColor(Mesaj , 0x000000ff);

TextDrawFont(Mesaj , 2);

TextDrawLetterSize(Mesaj , 0.499999, 1.100000);

TextDrawColor(Mesaj , 0xffffffff);

TextDrawSetOutline(Mesaj , 1);

TextDrawSetProportional(Mesaj , 1);

TextDrawSetShadow(Mesaj , 1);

// Poti customatiza TextDraw-ul, eu doar am luat un exemplu facut de altcineva!

si cand vrei sa-l arate ori pui la public OnPlayerConnect(playerid) ori la public OnPlayerSpawn(playerid):

TextDrawShowForAll(Text:Mesaj);
Posted

mersi, o sa incerc

Edit: gata am rezolvat, Multumesc mult !

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.