Arrays must be indexed
#6

I have posted the entire include here http://pastebin.ca/1341664

And heres the area where the code is having that above error. The actual line is 4286.
Код:
4285.    #if defined OnPlayerGamble
4286.        if(betting != 0)
4287.        {
4288.           OnPlayerGamble(playerid,betting[playerid],bets[playerid],1);
4289.           betting[playerid] = 0;
4290.           bets[playerid] = 0;
4291.           } 
4292.    #endif
4293.    }
Reply


Messages In This Thread
Arrays must be indexed - by smallo - 18.02.2009, 07:28
Re: Arrays must be indexed - by smallo - 18.02.2009, 20:08
Re: Arrays must be indexed - by ICECOLDKILLAK8 - 18.02.2009, 21:52
Re: Arrays must be indexed - by smallo - 18.02.2009, 22:30
Re: Arrays must be indexed - by ICECOLDKILLAK8 - 18.02.2009, 23:05
Re: Arrays must be indexed - by smallo - 19.02.2009, 01:16
Re: Arrays must be indexed - by Sandra18[NL] - 19.02.2009, 01:33
Re: Arrays must be indexed - by smallo - 19.02.2009, 01:35
Re: Arrays must be indexed - by smallo - 19.02.2009, 04:51

Forum Jump:


Users browsing this thread: 2 Guest(s)