#1

Error(Every error in the same line)
error 017: undefined symbol "UserStats"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
pawn Код:
GetPlayerName(playerid, UserStats[playerid][Name], MAX_PLAYER_NAME);
Reply
#2

UserStats isn't defined. Thats the whole problem.
Reply
#3

Changed it to PlayerInfo, and it is denfined...
pawn Код:
enum pInfo
{
    Name[MAX_PLAYER_NAME],
    Password[32],
    Admin,
    Money
};
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply
#4

Nevermind, got this fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)