Error While Compiling.
#1

Hi guys... I got a problem while compiling my pwn... Here's the error
Код:
GGRP.pwn(761) : warning 202: number of arguments does not match definition
What does that mean? And how can i fix that? This is the line 760 - 769
Код:
}
  		gSelectionItems[playerid][x] = CreateModelPreviewTextDraw(playerid, gItemList[itemat], BaseX, BaseY, SPRITE_DIM_X, SPRITE_DIM_Y);
  		gSelectionItemsTag[playerid][x] = gItemList[itemat];
		BaseX += SPRITE_DIM_X + 1.0; // move on the X for the next sprite
		linetracker++;
		if(linetracker == ITEMS_PER_LINE) linetracker = 0;
		itemat++;
		x++;
	}
}
I think thats all... Thanks guys
Reply


Messages In This Thread
Error While Compiling. - by 0B3Y - 01.07.2014, 16:46
Re: Error While Compiling. - by ikey07 - 01.07.2014, 16:57
Re: Error While Compiling. - by 0B3Y - 02.07.2014, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)