array index out of bounds Error.
#8

You will have to replace
pawn Код:
new gangname[MAX_GANG_NAME+1];
with
pawn Код:
new gangname[MAX_GANG_NAME];
(The size of the requested array is MAX_GANG_NAME, not MAX_GANG_NAME+1)
Reply


Messages In This Thread
array index out of bounds Error. - by Gforcez - 15.07.2010, 14:16
Re: array index out of bounds Error. - by armyoftwo - 15.07.2010, 14:25
Re: array index out of bounds Error. - by Gforcez - 15.07.2010, 14:28
Re: array index out of bounds Error. - by MadeMan - 15.07.2010, 14:45
Re: array index out of bounds Error. - by Gforcez - 15.07.2010, 16:08
Re: array index out of bounds Error. - by MadeMan - 15.07.2010, 16:09
Re: array index out of bounds Error. - by Gforcez - 15.07.2010, 17:00
Re: array index out of bounds Error. - by [HUN]Jaki - 15.07.2010, 17:39
Re: array index out of bounds Error. - by [HiC]TheKiller - 15.07.2010, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)