must be assigned to an array
#1

So this is my error:
pawn Код:
C:\Users\Justas\Desktop\TestServer\gamemodes\freeroam1.pwn(47) : error 006: must be assigned to an array
And these are at the top of the script:
pawn Код:
enum pInfo{
   playername[MAX_PLAYER_NAME],
   PLAYER_REGGED,
   PLAYER_LOGGED,
   PLAYER_PASS,
   PLAYER_ADMIN
}

new PlayerInfo[MAX_PLAYERS][pInfo];
And the line 47:
pawn Код:
PlayerInfo[playerid][PLAYER_REGGED]=1;
And i just can fix the problem by myself,help please
Reply


Messages In This Thread
must be assigned to an array - by dusk - 10.02.2013, 14:37
Re: must be assigned to an array - by LeBoyce - 10.02.2013, 15:23
Re: must be assigned to an array - by dusk - 10.02.2013, 15:44

Forum Jump:


Users browsing this thread: 3 Guest(s)