sscanf
#1

Код:
sscanf(String,"s[24] s[200] s[24] s[10] s[8]",PlayerBannedName[playerid],PlayerBannedReason[playerid],PlayerBannedAdministrator[playerid],PlayerBannedDate[playerid],PlayerBannedTime[playerid]);
Код:
new PlayerBannedName[MAXIMAL_PLAYERS][24];
new PlayerBannedReason[MAXIMAL_PLAYERS][200];
new PlayerBannedAdministrator[MAXIMAL_PLAYERS][24];
new PlayerBannedDate[MAXIMAL_PLAYERS][10];
new PlayerBannedTime[MAXIMAL_PLAYERS][8];
Quote:

[02:17:42] sscanf warning: String buffer overflow.
[02:17:42] sscanf warning: String buffer overflow.

Reply


Messages In This Thread
sscanf - by Prosettur - 03.07.2012, 00:10
Re: sscanf - by Kindred - 03.07.2012, 00:12
Re: sscanf - by Prosettur - 03.07.2012, 00:13
Re: sscanf - by Prosettur - 03.07.2012, 00:37
Re: sscanf - by Prosettur - 03.07.2012, 00:48
Re: sscanf - by ReneG - 03.07.2012, 00:53

Forum Jump:


Users browsing this thread: 1 Guest(s)