12.04.2014, 13:36
hi, i want my textdraw to show please visit our website www.latviastunt.lv but it just show please...
here is a picture

here is code
here is a picture

here is code
Код:
InfoTextdraw = TextDrawCreate(320.000000, 434.000000, "Please visit our website www.latviastunt.lv"); TextDrawAlignment(InfoTextdraw, 2); TextDrawBackgroundColorInfoTextdraw, 255); TextDrawFont(InfoTextdraw, 2); TextDrawLetterSize(InfoTextdraw, 0.350000, 1.400000); TextDrawColor(InfoTextdraw, -1); TextDrawSetOutline(InfoTextdraw, 1); TextDrawSetProportional(InfoTextdraw, 1); TextDrawUseBox(InfoTextdraw, 1); TextDrawBoxColor(InfoTextdraw, 170); TextDrawTextSize(InfoTextdraw, 273.000000, -644.000000); TextDrawShowForPlayer(playerid, InfoTextdraw);