21.05.2015, 12:48
The problem is
I want to assign at a string in an enum, another value.
PHP код:
enum pi
{
string[MAX_P][30],
};
new PlayerInfo[MAX_PLAYERS][pi];