errors help
#1

Plz help with my
error: error 029: invalid expression, assumed zero
error 022: must be lvalue (non-constant)

CODE:
Код:
                GasAmount = TextDrawCreate(499.000000, 100.000000, "Gas :");
		TextDrawBackgroundColor(GasAmount, 255);
		TextDrawFont(GasAmount, 1);
		TextDrawLetterSize(GasAmount, 0.400000, 1.000000);
		TextDrawColor(GasAmount, -65281);
		TextDrawSetOutline(GasAmount, 0);
		TextDrawSetProportional(GasAmount, 1);
		TextDrawSetShadow(GasAmount, 1);
		TextDrawUseBox(GasAmount, 1);
		TextDrawBoxColor(GasAmount, 255);
		here is errors-->TextDrawTextSize(GasAmount, 605.000000, 0.000000);*/
Reply
#2

Код:
TextDrawTextSize(GasAmount, 255.999908, 0.000000);
Try this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)