sscanf2 logs - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Русский/Russian (
https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: sscanf2 logs (
/showthread.php?tid=495918)
sscanf2 logs -
Garsio - 19.02.2014
Здравствуйте, объясните суть проблемы:
Quote:
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
[14:22:06] sscanf warning: Format specifier does not match parameter count.
|
Спасибо)))
Re: sscanf2 logs -
Eims - 19.02.2014
Quote:
Originally Posted by Garsio
Здравствуйте, объясните суть проблемы:
Спасибо)))
|
Выгружаешь, например, 4 параметра, а переменных указываешь 3. То бишь
PHP код:
sscanf(varchar, "ddd", varchar1,varchar2);
В общем, sscanf возвращает определённые данные, но не знает куда их записать и материт скриптера за кривые руки
Re: sscanf2 logs -
Garsio - 19.02.2014
Спасибо))