13.10.2016, 15:06
Quote:
|
Thank you.
The enum itsels does not contain variables but when I do something like: PHP код:
|
PHP код:
new playerInfo[MAX_PLAYERS][enumname];
PHP код:
enum enumname
{
things, // don't forget these commas , if it's the last one don't put a comma
things
}
new playerInfo[MAX_PLAYERS][enumname];


