11.08.2011, 07:41
What am I doing wrong here?
I get this:
pawn Code:
new Iterator:MaxSavedSlots<MAX_PLAYERS>; //Global
foreach(MaxSavedSlots, slot) //OnPlayerConnect
{
//stuff..
}
pawn Code:
warning 203: symbol is never used: "YSI_gCMaxSavedSlots"