05.06.2009, 18:21
Hello peoples ! 
Im have one question with plugins:
How use the enum function on C++ ?
Example:
Im have playerdata[MAX_PLAYERS][e_num] (im know this in pawn)
and first want write this:
enum e_num
{
x,
y,
z
};
And im want this using like this :
but C++ no like this. and im want know how correctly this write on C++ 
Help please
_________________________________________________
I thanks to all who will try to help me!

Im have one question with plugins:
How use the enum function on C++ ?
Example:
Im have playerdata[MAX_PLAYERS][e_num] (im know this in pawn)
and first want write this:
enum e_num
{
x,
y,
z
};
And im want this using like this :
Код:
CommandForPosition(playerdata[i][x],playerdata[i][y],playerdata[i][z]);

Help please

_________________________________________________
I thanks to all who will try to help me!