02.01.2013, 19:47
Ey thanks for the reply.
I think the problem is with the MAX_PLAYERS here:
if( strcmp( key, string, true ) == 0) { val = ini_GetValue ( Data ); saveammoex[MAX_PLAYERS][s] = strval ( val ); }
because when I replace it with 499 or anything else the error is gone
I think the problem is with the MAX_PLAYERS here:
if( strcmp( key, string, true ) == 0) { val = ini_GetValue ( Data ); saveammoex[MAX_PLAYERS][s] = strval ( val ); }
because when I replace it with 499 or anything else the error is gone