Few errors on this enum.
#3

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Try this:
PHP код:
enum PlayerData
{
    
ID,
    
pName[24],
    
Password[129],
    
IP[16],
    
Admin
};
new 
pData[MAX_PLAYERS][PlayerData]; 
Thank you for the suggestion but I had to change the Password and IP string to pPassword and pIP.
Reply


Messages In This Thread
Few errors on this enum. - by Nautic - 30.03.2015, 05:42
Re: Few errors on this enum. - by ATGOggy - 30.03.2015, 05:43
Re: Few errors on this enum. - by Nautic - 30.03.2015, 05:53
Re: Few errors on this enum. - by Smileys - 30.03.2015, 08:49
Re: Few errors on this enum. - by Vince - 30.03.2015, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)