#1

Код:
C:\Users\tarmo\Desktop\u1.pwn(11871) : error 022: must be lvalue (non-constant)
Код:
    	for(new td; td < sizeof(ToiduDraw); td++)  (line 11871)
	{
		ToiduDraw[td] = TextDrawCreate(544, 30, " ");

		SpeedDraw[td] = TextDrawCreate(300.0, 300.0, "Kiirus: x km/h Numbrim2rk: -");
		TextDrawUseBox(SpeedDraw[td], 1);

		InfoBar[td] = TextDrawCreate(200.0,418.0,":)"); //minX = 120 // 330
		TextDrawAlignment(InfoBar[td],1);
		TextDrawUseBox(InfoBar[td],1);
		TextDrawBoxColor(InfoBar[td],0x00000050);
		TextDrawTextSize(InfoBar[td],640.0,480.0);
		TextDrawFont(InfoBar[td],1);
		TextDrawSetOutline(InfoBar[td],0);
	}
	print("DEBUG 2");
	return 1;

}



Please helmp me
Reply


Messages In This Thread
help - by tarmo - 03.10.2010, 10:39
Re: help - by tarmo - 03.10.2010, 11:31
Re: help - by MadeMan - 03.10.2010, 12:32
Re: help - by tarmo - 03.10.2010, 12:57
Re: help - by MadeMan - 03.10.2010, 13:50
Re: help - by Conroy - 03.10.2010, 13:51
Re: help - by tarmo - 03.10.2010, 15:00
Re: help - by tarmo - 03.10.2010, 16:30
Re: help - by bigcomfycouch - 03.10.2010, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)