INI_WriteInt causes "Invalid instruction" run time error
#10

It seems like you're using gettime in an array of MAX_PLAYERS? 0_o

Example:
pawn Код:
#define MAX_VARS 500
new Variable[MAX_VARS];

public OnGameModeInit()
{
    Variable[gettime()] = 1;
    return 1;
}
Do you have anything that could trigger this same effect?

EDIT: Not necessarily 'gettime', but something that produces a large number.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)