Not Defined when it is?
#3

Код:
enum pCrime
{
    pBplayer[32],
    pAccusing[32],
    pAccusedof[32],
    pVictim[32]
};
new PlayerCrime[MAX_PLAYERS][pCrime];
What are you trying to save in these 32 sized arrays?
32 * 4 *4 * MAX_PLAYERS much memory.
Reply


Messages In This Thread
Not Defined when it is? - by HoboGamings - 22.10.2014, 17:22
Re: Not Defined when it is? - by Glossy42O - 22.10.2014, 17:35
AW: Not Defined when it is? - by Mellnik - 22.10.2014, 17:43
Re: Not Defined when it is? - by HoboGamings - 22.10.2014, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)