03.08.2013, 15:36
Hm, so that's not the problem. It's really hard to find it like that. Did you compile with the debug options? We may get lines.
Anyways, the other that's suspicious is this one:
What's the max index the 2nd array has (after [MAX_PLAYERS])?
active_character[playerid]'s value at the index might be out of bounds.
Anyways, the other that's suspicious is this one:
pawn Код:
CharacterInfo[playerid][active_character[playerid]][cMoney]
active_character[playerid]'s value at the index might be out of bounds.