16.02.2012, 22:25
MAXIMUM_VEHICLES is defined the same way as my faction system, and both of which work perfectly fine; this is not the issue. I assure you.
I almost guarentee the problem line is
pawn Код:
#define MAX_FACTIONS 101
#define MAXIMUM_VEHICLES 101
pawn Код:
if(strcmp(vehInfo[v][Owner], p_Name, false) == 0)

