08.08.2017, 10:10
You can't use dynamic size arrays in pawn (except with y_malloc). I'd suggest you create a limit on max user cars, like
And use it instead of [rows]
pawn Код:
#define MAX_PLAYER_CARS 5