strmid writing to wrong varible
#3

They are ...

Код:
#define ACCOUNT_MAX_NAME_SIZE 24
#define ACCOUNT_MAX_PASSWORD_SIZE 72
#define ACCOUNT_MAX_SALT_SIZE 72
#define ACCOUNT_MAX_EMAIL_SIZE 72
#define ACCOUNT_MAX_IP_SIZE 16
Код:
enum eSafeData
{
    eID,
    eName[ACCOUNT_MAX_NAME_SIZE],
    ePassword[ACCOUNT_MAX_PASSWORD_SIZE],
    eSalt[ACCOUNT_MAX_SALT_SIZE],
    eEmail[ACCOUNT_MAX_EMAIL_SIZE]
};

new SafeData[MAX_PLAYERS][eSafeData];
Reply


Messages In This Thread
strmid writing to wrong varible - by wallee - 06.09.2017, 05:10
Re: strmid writing to wrong varible - by nG Inverse - 06.09.2017, 05:43
Re: strmid writing to wrong varible - by wallee - 06.09.2017, 07:13
Re: strmid writing to wrong varible - by Vince - 06.09.2017, 08:25
Re: strmid writing to wrong varible - by Misiur - 06.09.2017, 08:32
Re: strmid writing to wrong varible - by wallee - 06.09.2017, 20:13
Re: strmid writing to wrong varible - by wallee - 07.09.2017, 02:31
Re: strmid writing to wrong varible - by Paulice - 07.09.2017, 04:17
Re: strmid writing to wrong varible - by wallee - 07.09.2017, 19:21

Forum Jump:


Users browsing this thread: 1 Guest(s)