Oh noes (Variable must be indexed)
#3

You declared a two dimensional array:
Код:
new RankAmounts[][] = {
And you doing something like this :
Код:
if(GetPVarInt(playerid,"Kills") >= RankAmounts[r]) //<---see? single []
it should be something like this:
Код:
if(GetPVarInt(playerid,"Kills") >= RankAmounts[0][r])
Reply


Messages In This Thread
Oh noes (Variable must be indexed) - by Hiddos - 21.06.2010, 16:04
Re: Oh noes (Variable must be indexed) - by SpiderPork - 21.06.2010, 16:07
Re: Oh noes (Variable must be indexed) - by DJDhan - 21.06.2010, 16:08
Re: Oh noes (Variable must be indexed) - by Hiddos - 21.06.2010, 16:09

Forum Jump:


Users browsing this thread: 2 Guest(s)