01.07.2014, 16:46
Hi guys... I got a problem while compiling my pwn... Here's the error
What does that mean? And how can i fix that? This is the line 760 - 769
I think thats all... Thanks guys
Код:
GGRP.pwn(761) : warning 202: number of arguments does not match definition
Код:
} 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++; } }
