23.03.2014, 01:34
You should use the first one, I'm not sure about the second one.
Just use the first one, you'll be fine.
Exmaple usage:
if (Player[playerid][Cash] ==> 500)
Just use the first one, you'll be fine.
pawn Код:
enum info << this is the enums
{
Cash, < this is the info
Admin < same, info
};
new Player[MAX_PLAYERS][info]; < this to define ''Player'' is the enums of ''info'',
if (Player[playerid][Cash] ==> 500)