15.04.2012, 00:39
Alright, so basically, in my enum, I have this:
Here is my variable:
I then tried to do something like this:
It then gave me the error: array index out of bounds (variable "pStats").
Is it possible to do this? Or am I doing something wrong?
pawn Код:
CarModel[3],
CarID[3],
Float: CarPos1[3],
Float: CarPos2[3],
Float: CarPos3[3],
Float: CarAngle[3],
pawn Код:
new pStats[MAX_PLAYERS][PlayerEnum];
pawn Код:
pStats[playerid][CarAngle][1]
Is it possible to do this? Or am I doing something wrong?