11.06.2010, 18:46
Hello, had little problemele with texdraws me their show. Things trouble.
write / startbase 8 or other codes and does not include:
Well I think what those charges and to know what's going on where
Sorry for me bad english.
Thanks you :)
write / startbase 8 or other codes and does not include:
Code:
new Text: Textdraw5; Textdraw5 = TextDrawCreate(509.000000,6.000000,"-"); TextDrawAlignment(Textdraw5,0); TextDrawBackgroundColor(Textdraw5,0x000000ff); TextDrawFont(Textdraw5,1); TextDrawLetterSize(Textdraw5,0.499999,1.000000); TextDrawColor(Textdraw5,0x0000ffff); TextDrawSetOutline(Textdraw5,1); TextDrawSetProportional(Textdraw5,1); TextDrawSetShadow(Textdraw5,1); format(string,STR,"Base number %d starts in 10 seconds", baseid); for(new i = 0; i < MAX_PLAYERS; i++) TextDrawShowForPlayer(i, Textdraw5);
Sorry for me bad english.
Thanks you :)