15.12.2010, 15:03
Yes,i didn't saw the dini's
This is kinda hard for you if your an beginner,but let's guess that your not
.
enum pInfo
{
pAdminLevel,
pCash,
pScore,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
This is kinda hard for you if your an beginner,but let's guess that your not
.enum pInfo
{
pAdminLevel,
pCash,
pScore,
}
new PlayerInfo[MAX_PLAYERS][pInfo];

