help [+REP]
#4

The problem is that he used "vInfo" which is the name of the enum which used for the array instead of the actual name of the array.

It should be swapped:
pawn Код:
enum e_vInfo
{
    // code..
};
new vInfo[MAX_VEHICLES][e_vInfo];
EDIT: Nevermind, you got it fixed.
Reply


Messages In This Thread
help [+REP] - by simo0000 - 23.05.2015, 16:26
Re: help [+REP] - by Evocator - 23.05.2015, 16:38
Re : help [+REP] - by simo0000 - 23.05.2015, 16:41
Re: help [+REP] - by Konstantinos - 23.05.2015, 16:42

Forum Jump:


Users browsing this thread: 1 Guest(s)