12.03.2011, 19:01
This is what I currently have in my enum..
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 Код:
enum _PINFO
{
pKills,
pDeaths,
pLevel,
pAdmin,
pMoney,
pSkin,
pFaction,
pFRank,
ContractAmount,
ContractedBy[MAX_PLAYER_NAME],
Float:pLastX,
Float:pLastY,
Float:pLastZ
}
Line 470:
pawn Код:
PVar[playerid][ContractedBy] = "Nobody";