06.10.2013, 20:38
Remove this code
Change the old code with this
Make sure you have the MAX_FACTIONS define
pawn Code:
for(new idx = 1; idx <= factions; idx++)
pawn Code:
for(new idx; idx < MAX_FACTIONS; idx++)
pawn Code:
#define MAX_FACTIONS value