why did this happen ? i cant fix it ?
#12

Well, I don't know what is the MAX_GANGS or MAX_ZONES, but you should do this:

pawn Код:
new GangInfo[MAX_GANGS][ginfo];
new ZoneInfo[MAX_ZONES+1][zinfo];
new GangZone_CurrentColour[MAX_ZONES];
// leave it like that, no more changes there.
Then, look for MAX_GANGS and MAX_ZONES:
pawn Код:
// MAX_GANGS should be something like:
#define MAX_GANGS value // change values for the max gangs that could be in your server.
// MAX_ZONES must be like:
#define MAX_ZONES value // change values for the max zones that could be in your server.
// remeber that value could be any number and if you want those errors fixed, you will have to find that VALUE
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)