Jump to content
  • 0

Question

Posted

Am vrut sa creez la sys de droguri o imagine intunecata(timp de 1 min) pentru dependenta. Insa.. apare doar 3 secunde .. eu vreau sa tina textdraw pana se termina timmer-ul.

Player_drugs = TextDrawCreate(0.0, 0.0, "|");

    TextDrawUseBox(Player_drugs, 1);

    TextDrawBoxColor(Player_drugs, 0x000000BB);

    TextDrawTextSize(Player_drugs, 660.000000, 22.000000);

    TextDrawAlignment(Player_drugs, 0);

    TextDrawBackgroundColor(Player_drugs, 0x000000FF);

    TextDrawFont(Player_drugs, 3);

    TextDrawLetterSize(Player_drugs, 1.000000, 52.200000);

    TextDrawColor(Player_drugs, 0x000000FF);

    TextDrawSetOutline(Player_drugs, 1);

    TextDrawSetProportional(Player_drugs, 1);

    TextDrawSetShadow(Player_drugs, 1);

in timmer am cele doua linii cand are efectul drogului :TextDrawShowForPlayer(i, Player_drugs);

si cand nu mai are efectul:  TextDrawHideForPlayer(i, Player_drugs);

De ce dispare imaginea intunecata dupa 2-3 secunde ?

2 answers to this question

Recommended Posts

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.