Jump to content
  • 0

O intrebare


heker

Question

2 answers to this question

Recommended Posts

Sa se mute pe secunde

La inceputul modului new NextTextVariable;

Undeva pe linga comenzi unde tie mai comod

forward NextText();
public NextText()
{
     if(NextTextVariable==1)
     {
         TextDrawSetString(Textdraw4, "Primult texdraw (shimba)");
         NextTextVariable=0;
     }
     else if(NextTextVariable==0)
     {
         TextDrawSetString(Textdraw4,"Al doilea textdraw (shimba)");
         NextTextVariable=1;
     }
}
La OnGameModeInit
SetTimer("NextText",5000,1);
    Textdraw4 = TextDrawCreate(164.0, 217.0, " ");
    TextDrawBackgroundColor(Textdraw4, 0x000FF);
    TextDrawFont(Textdraw4, 1);
    TextDrawLetterSize(Textdraw4, 0.649999, 2.000000);
    TextDrawColor(Textdraw4, 0xA2F659FF);
    TextDrawSetOutline(Textdraw4, 0);
    TextDrawSetProportional(Textdraw4, 1);
    TextDrawSetShadow(Textdraw4, 1);

lol

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.