#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
#2

up!!!!!!!!!!!!!!!!
Reply
#3

What is ToiduDraw ?
Reply
#4

toidudraw is food system

this is shows how many you hungry.
Reply
#5

How do you create it in script?
Reply
#6

pawn Код:
for(new td; td < MAX_PLAYERS; td++)  (line 11871)
Reply
#7

Код:
C:\Users\tarmo\Desktop\u1.pwn(11871) : error 022: must be lvalue (non-constant)


for(new td; td < MAX_PLAYERS; td++)
Reply
#8

http://pastebin.com/KJwvYHxR
all code
Reply
#9

http://pastebin.com/cafE0Ds6
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)