ENUM with a string?
#1

This is what I currently have in my enum..

pawn Код:
enum _PINFO
{
    pKills,
    pDeaths,
    pLevel,
    pAdmin,
    pMoney,
    pSkin,
    pFaction,
    pFRank,
    ContractAmount,
    ContractedBy[MAX_PLAYER_NAME],
    Float:pLastX,
    Float:pLastY,
    Float:pLastZ
}
But the only problem is, it's giving me the error: error 047: array sizes do not match, or destination array is too small

Line 470:

pawn Код:
PVar[playerid][ContractedBy] = "Nobody";
Reply


Messages In This Thread
ENUM with a string? - by Skylar Paul - 12.03.2011, 19:01
Re: ENUM with a string? - by Ricop522 - 12.03.2011, 19:20
Re: ENUM with a string? - by Skylar Paul - 12.03.2011, 19:32
Re: ENUM with a string? - by woot - 12.03.2011, 19:33
Re: ENUM with a string? - by Skylar Paul - 12.03.2011, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)