05.08.2011, 23:21
Quote:
[00:12:06] sscanf warning: Strings without a length are deprecated, please add a destination size. [00:12:06] sscanf warning: Strings without a length are deprecated, please add a destination size. |
pawn Код:
new mSubCommand[5], mCommand[20], m3rdCommand[20], string[128], pDeaths, h, m, s, file[MAX_PLAYER_NAME];
if(sscanf(params, "s[20]S(5)S(20)", mCommand, mSubCommand, m3rdCommand))