22.04.2012, 20:34
Could somebody help me with TextDrawTextSize on this?
I have attempted to get this working for a week and a half now, but I can't seem to get it working correctly.. Could somebody assist me? (I've deleted the TextDrawTextSize lines because results seem to get worse-and-worse as I mess with them)
pawn Code:
startup3 = TextDrawCreate(480.000000, 110.000000, "_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~_~n~");
TextDrawBackgroundColor(startup3, 255);
TextDrawFont(startup3, 1);
TextDrawLetterSize(startup3, 0.500000, 1.000000);
TextDrawColor(startup3, -1);
TextDrawSetOutline(startup3, 0);
TextDrawSetProportional(startup3, 1);
TextDrawSetShadow(startup3, 1);
TextDrawUseBox(startup3, 1);
TextDrawBoxColor(startup3, -1040845569);
TextDrawTextSize(startup3, 620.000000, 0.000000);
startup1 = TextDrawCreate(500.000000, 120.000000, "Login");
TextDrawBackgroundColor(startup1, 255);
TextDrawFont(startup1, 3);
TextDrawLetterSize(startup1, 0.500000, 1.000000);
TextDrawColor(startup1, -1);
TextDrawSetOutline(startup1, 1);
TextDrawSetProportional(startup1, 1);
TextDrawSetSelectable(startup1, true);
startup2 = TextDrawCreate(500.000000, 150.000000, "Register");
TextDrawBackgroundColor(startup2, 255);
TextDrawFont(startup2, 3);
TextDrawLetterSize(startup2, 0.500000, 1.000000);
TextDrawColor(startup2, -1);
TextDrawSetOutline(startup2, 1);
TextDrawSetProportional(startup2, 1);
TextDrawSetSelectable(startup2, true);
startup4 = TextDrawCreate(563.000000, 203.000000, "-/-");
TextDrawBackgroundColor(startup4, 255);
TextDrawFont(startup4, 3);
TextDrawLetterSize(startup4, 0.500000, 1.000000);
TextDrawColor(startup4, -1);
TextDrawSetOutline(startup4, 1);
TextDrawSetProportional(startup4, 1);
TextDrawSetSelectable(startup4, true);
startup5 = TextDrawCreate(500.000000, 180.000000, "Information");
TextDrawBackgroundColor(startup5, 255);
TextDrawFont(startup5, 3);
TextDrawLetterSize(startup5, 0.500000, 1.000000);
TextDrawColor(startup5, -1);
TextDrawSetOutline(startup5, 1);
TextDrawSetProportional(startup5, 1);
TextDrawSetSelectable(startup5, true);