array sizes do not match, or destination array is too small
#3

not for itself...

PHP код:
enum pInfo
{
    
pLozinka,
    
pEmail[40],
    
pNovac,
    
pSkin,
    
pAdministrator,
    
pAdminKod,
    
pSpol[20],
    
pGodine,
    
pUbojstava,
    
pSmrti
}
new 
PlayerInfo[MAX_PLAYERS][pInfo]; 
I use it for my enumerator.
Reply


Messages In This Thread
array sizes do not match, or destination array is too small - by NoDi522 - 17.12.2015, 10:28
Re: array sizes do not match, or destination array is too small - by Untonyst - 17.12.2015, 10:50
Re: array sizes do not match, or destination array is too small - by NoDi522 - 17.12.2015, 11:06
Re: array sizes do not match, or destination array is too small - by сан саныч - 17.12.2015, 11:28
Re: array sizes do not match, or destination array is too small - by NoDi522 - 17.12.2015, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)