Little help here ?
#2

I can see you have already changed
pawn Код:
if(sscanf(params, "is[32]"
to 32.

But you'll have to change
pawn Код:
new division, name[8],
this to 32 as well.

And if you have done that, there is only one more array that could be wrong, and that is;

pawn Код:
FacInfo[1][fDiv3]
Search for that, and i bet you It's sized 8 like so;
pawn Код:
enum factiondata // factiondata might be called something else in your script
{
 .... other arrays and integers
    fDiv3[8],
And maybe you don't even use enums, but the array fDiv3 size is defined somewhere.
Reply


Messages In This Thread
Little help here ? - by Dizzle - 09.07.2015, 19:54
Re: Little help here ? - by liquor - 09.07.2015, 19:59
Re: Little help here ? - by Dizzle - 09.07.2015, 20:10
Re: Little help here ? - by liquor - 09.07.2015, 20:17
Re: Little help here ? - by Dizzle - 09.07.2015, 20:26
Re: Little help here ? - by liquor - 09.07.2015, 20:31

Forum Jump:


Users browsing this thread: 2 Guest(s)