21.06.2010, 16:04
Never though I would give up this easily. But who never asks, never wins.
I get this error:
I can't seem to find what's wrong.
Line 4201:
RankAmounts:
Yes, I am an idiot. And no, I don't see a reason why an idiot isn't allowed to ask for help.
I get this error:
Код:
C:\Users\Hiddos\Hiddos\scripts\gamemodes\CODSW11.pwn(4201) : error 033: array must be indexed (variable "RankAmounts")
Line 4201:
pawn Код:
if(GetPVarInt(playerid,"Kills") >= RankAmounts[r])
pawn Код:
new RankAmounts[][] = {
{50},
{125},
{200},
{300},
{450},
{700},
{1000}
};