12.01.2017, 21:30
Quote:
When fetching directly into a multidimensional array you must provide the size explicitly. This has been the case since ... ever.
|
PHP код:
enum Player
{
Name[MAX_PLAYER_NAME],
Password[129],
IP[16],
Admin,
VIP,
pDeaths,
pKills,
pBans,
pKicks,
pMin,
pHours,
pDM[50],
Money,
pSkin,
Reaction
};