#1

Hi, I have that problem
Quote:

enum pInfo
{
pPass,
pSex,
pMoney,
pBankM,
pAdin,
pBan
}
new PlayerInfo[MAX_PLAYERS][pInfo];

Quote:

if(strlen(inputtext) > 0)
{
PlayerInfo[playerid][pPass] = inputtext;
}

and my error is GM.pwn(256) : error 006: must be assigned to an array
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)