04.10.2014, 21:51
So, these 2 textdraw wont show up at all, i don't know what the problem is, when i create them in editor everything looks alright, but after i put em in gm, they show up partly, but never in full.
Код:
LoginBox6 = TextDrawCreate(0.000000, 94.062500, "//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////"); TextDrawLetterSize(LoginBox6, 0.835999, 0.882500); TextDrawAlignment(LoginBox6, 1); TextDrawColor(LoginBox6, 65535); TextDrawSetShadow(LoginBox6, 0); TextDrawSetOutline(LoginBox6, 1); TextDrawBackgroundColor(LoginBox6, 51); TextDrawFont(LoginBox6, 2); TextDrawSetProportional(LoginBox6, 1); LoginBox7 = TextDrawCreate(-109.000000, 347.062500, "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"); TextDrawLetterSize(LoginBox7, 0.543500, 1.245625); TextDrawAlignment(LoginBox7, 1); TextDrawColor(LoginBox7, 65535); TextDrawSetShadow(LoginBox7, 0); TextDrawSetOutline(LoginBox7, 1); TextDrawBackgroundColor(LoginBox7, 51); TextDrawFont(LoginBox7, 2); TextDrawSetProportional(LoginBox7, 1);