09.07.2015, 19:59
I can see you have already changed
to 32.
But you'll have to change
this to 32 as well.
And if you have done that, there is only one more array that could be wrong, and that is;
Search for that, and i bet you It's sized 8 like so;
And maybe you don't even use enums, but the array fDiv3 size is defined somewhere.
pawn Код:
if(sscanf(params, "is[32]"
But you'll have to change
pawn Код:
new division, name[8],
And if you have done that, there is only one more array that could be wrong, and that is;
pawn Код:
FacInfo[1][fDiv3]
pawn Код:
enum factiondata // factiondata might be called something else in your script
{
.... other arrays and integers
fDiv3[8],