Creating an array with variable's value index!
#2

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
pawn Код:
#define MAX_PLAYER_CARS 5
And use it instead of [rows]
Reply


Messages In This Thread
Creating an array with variable's value index! - by DuyDang2412 - 08.08.2017, 08:15
Re: Creating an array with variable's value index! - by Misiur - 08.08.2017, 10:10
Re: Creating an array with variable's value index! - by DuyDang2412 - 08.08.2017, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)