08.09.2017, 15:19
Quote:
enum pInfo
{ pPass, pCash, pAdmin, pScore, pBankmoney, pBanned, pOrgID, pRank } I sent screesnshot of script |
{
pPass,
pCash,
pAdmin,
pScore,
pBankmoney,
pBanned,
pOrgID,
pRank
}
new GetPlayerInfo[MAX_PLAYERS][pInfo];
try this
Edit: is it an OPP script? if yes, show me the compile modal, getplayerinfo might be defined but you have just place the sub-script loading before the main script.