23.05.2015, 16:42
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:
EDIT: Nevermind, you got it fixed.
It should be swapped:
pawn Код:
enum e_vInfo
{
// code..
};
new vInfo[MAX_VEHICLES][e_vInfo];