Jump to content
  • 0

Problema Fs


AliNuTzZz

Question

Salut,vreau sa fac un fas cu textdrawn dupa samp.ro si nu merge .Care puteti sa imi faceti si mie un FS Textdrawn -ul?                                                                                  newTextdraw0;

    Textdraw0 = TextDrawCreate(1.000000, 425.000000,"~r~aici Bagati Numele ~b~ sa va apara ~y~sub mapa");

    TextDrawFont(Textdraw0,0);

    TextDrawLetterSize(Textdraw0,0.698998, 2.299900);

    TextDrawColor(Textdraw0,0x0D30FF);

    TextDrawSetShadow(Textdraw0,1);

    TextDrawSetOutline(Textdraw1,1);

    TextDrawBackgroundColor(Textdraw0,0x0F60FF);

    TextDrawUseBox(Textdraw0,0);

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

faci asa


unde ai tu new mai adaugi:

newText:TextDraw0;

Asta o pui la OnGameModeInit
    Textdraw0 = TextDrawCreate(1.000000, 425.000000,"~r~aici Bagati Numele ~b~ sa va apara ~y~sub mapa");
    TextDrawFont(Textdraw0,0);
    TextDrawLetterSize(Textdraw0,0.698998, 2.299900);
    TextDrawColor(Textdraw0,0x0D30FF);
    TextDrawSetShadow(Textdraw0,1);
    TextDrawSetOutline(Textdraw1,1);
    TextDrawBackgroundColor(Textdraw0,0x0F60FF);
    TextDrawUseBox(Textdraw0,0);

Asta o pui la OnPlayerConnect
TextDrawShowForPlayer(playerid, TextDraw0);

468833_437698_362328_hiphop.jpg
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.