Quote:
Originally Posted by gigi1223
ok im using sscanf2
and i have p|ssdddds
i put p<|>ssdddds
but i get
pawn Код:
[18:24:26] sscanf warning: Strings without a length are deprecated, please add a destination size. [18:24:26] sscanf warning: Strings without a length are deprecated, please add a destination size. [18:24:26] sscanf warning: Strings without a length are deprecated, please add a destination size. [18:24:26] sscanf warning: Format specifier does not match parameter count.
|
Try doing the other part of what I said also.
"p<|>ssdddds"
to
"p<|>s[128]s[128]dddds[128]", replacing the sizes with your own of course.