10.08.2011, 21:40
Quote:
add this at ongamemodeinit:
Код:
Textdrawgang1 = TextDrawCreate(12.000000, 434.000000, "Message"); TextDrawBackgroundColor(Textdrawgang1, 255); TextDrawFont(Textdrawgang1, 0); TextDrawLetterSize(Textdrawgang1, 0.500000, 1.399999); TextDrawColor(Textdrawgang1, 16777215); TextDrawSetOutline(Textdrawgang1, 0); TextDrawSetProportional(Textdrawgang1, 1); TextDrawSetShadow(Textdrawgang1, 0); And there is error with the other zones becuase you dont used the zones. |