Stock
#4

Well there's your problem, how can you expect an integer to hold an array of characters? You need at least a 7 cell array to hold the data you're assigning to it, so you need to initialize it in the enumerator like so:

pawn Код:
enum pInfo
{
    pAdminLevel,
    pCash,
    pScore,
    pKills,
    pDeaths,
    pRatio,
    pRank[7],
}
Reply


Messages In This Thread
Stock - by emokidx - 08.08.2011, 10:22
Re: Stock - by JaTochNietDan - 08.08.2011, 10:39
Re: Stock - by emokidx - 08.08.2011, 10:40
Re: Stock - by JaTochNietDan - 08.08.2011, 10:42
Re: Stock - by emokidx - 08.08.2011, 10:43
Re: Stock - by Sascha - 08.08.2011, 10:48
Re: Stock - by emokidx - 08.08.2011, 10:49
Re: Stock - by Sascha - 08.08.2011, 10:50
Re: Stock - by JaTochNietDan - 08.08.2011, 10:50
Re: Stock - by emokidx - 08.08.2011, 10:53
Re: Stock - by Babul - 08.08.2011, 10:54
Re: Stock - by emokidx - 08.08.2011, 10:57
Re: Stock - by Babul - 08.08.2011, 11:19
Re: Stock - by emokidx - 09.08.2011, 07:07
Re: Stock - by Lorenc_ - 09.08.2011, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)