Jump to content

Question

Posted

Salut , nu ma prea stiu la textdraw si as vrea sa ma ajute cineva sa imi spuna cum sa bag astea . Leam gasit pe .com si imi plac :D

[pawn]MyTD = TextDrawCreate(1.000, 1.00,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");

    TextDrawUseBox(MyTD , 1);

    TextDrawFont(MyTD , 1);

    TextDrawLetterSize(MyTD ,0.3,1);

    TextDrawSetShadow(MyTD ,1);

    TextDrawSetOutline(MyTD ,1);

    TextDrawBackgroundColor(MyTD ,0x00F600AA);

    TextDrawBoxColor(MyTD ,0x000000cc);

    TextDrawColor(MyTD ,0x00F600AA);

    TextDrawTextSize(MyTD , 720.0, 200.0);

    TextDrawSetProportional(MyTD, 1);

    TextDrawAlignment(MyTD, 0);

    //Other Text Draw

    MyRD = TextDrawCreate(1.000, 300.00,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");

    TextDrawUseBox(MyRD , 1);

    TextDrawFont(MyRD , 3);

    TextDrawLetterSize(MyRD ,0.3,1);

    TextDrawSetShadow(MyRD ,1);

    TextDrawSetOutline(MyRD ,1);

    TextDrawBackgroundColor(MyRD ,0x000000FF);

    TextDrawBoxColor(MyRD ,0x000000cc);

    TextDrawColor(MyRD ,0x000000FF);

    TextDrawTextSize(MyRD , 720.0, 200.0);

    TextDrawSetProportional(MyRD, 1);

    TextDrawAlignment(MyRD, 0);

    //Text Draw for Ad.

    Welcome = TextDrawCreate(277.000000, 305.000000, "change me");

    text1 = TextDrawCreate(300.000000, 320.000000, "change me");

    text2 = TextDrawCreate(240.000000, 335.000000, " change me");

    TextDrawAlignment(Welcome, 0);

    TextDrawAlignment(text1, 0);

    TextDrawAlignment(text2, 0);

    TextDrawBackgroundColor(Welcome, 0x00ff0066);

    TextDrawBackgroundColor(text1, 0xF6F600AA);

    TextDrawBackgroundColor(text2, 0xF6F600AA);

    TextDrawFont(Welcome, 3);

    TextDrawLetterSize(Welcome, 0.599999, 1.600000);

    TextDrawFont(text1, 3);

    TextDrawLetterSize(text1, 0.599999, 1.600000);

    TextDrawFont(text2, 3);

    TextDrawLetterSize(text2, 0.599999, 1.600000);

    TextDrawColor(Welcome, 0xAA3333AA);

    TextDrawColor(text1, 0xAA3333AA);

    TextDrawColor(text2, 0xAA3333AA);

    TextDrawSetOutline(Welcome, 1);

    TextDrawSetOutline(text1, 1);

    TextDrawSetOutline(text2, 1);

    TextDrawSetProportional(Welcome, 1);

    TextDrawSetProportional(text1, 1);

    TextDrawSetProportional(text2, 1);

    TextDrawSetShadow(Welcome, 0);

    TextDrawSetShadow(text1, 0);

    TextDrawSetShadow(text2, 0); [/pawn]

7 answers to this question

Recommended Posts

Posted

Ce vrei sa faci cu TD-ul asta?

Sa apara la o comanda/sa fie mereu pe ecran...?

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

Posted

Pui unde vreo tu sa apara..cand se conecteaza playerul sau din comanda..

Pui

[pawn]TextDrawShowForPlayer(playerid,MyTD);

TextDrawShowForPlayer(playerid,MyRD);

TextDrawShowForPlayer(playerid,Welcome);[/pawn]

gXvsYS
Posted

Ce vrei sa faci cu TD-ul asta?

Sa apara la o comanda/sa fie mereu pe ecran...?

Numa la inceput . Am reusit

[move]Multumesc la toti.[/move]

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.