warning(please help)
#1

i get this warning when i check my Server_Logs
pawn Код:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team

[10:49:32] filterscripts = ""  (string)
[10:49:32]
[10:49:32] Server Plugins
[10:49:32] --------------
[10:49:32]  Loading plugin: mysql
[10:49:32]

  > MySQL plugin R5 successfully loaded.

[10:49:32]   Loaded.
[10:49:32]  Loading plugin: streamer
[10:49:32]

*** Streamer Plugin v2.5 by Incognito loaded ***

[10:49:32]   Loaded.
[10:49:32]  Loading plugin: sscanf
[10:49:32]

[10:49:32]  ===============================

[10:49:32]       sscanf plugin loaded.    

[10:49:32]    (c) 2009 Alex "******" Cole

[10:49:32]  ===============================

[10:49:32]   Loaded.
[10:49:32]  Loaded 3 plugins.

[10:49:32]
[10:49:32] Filterscripts
[10:49:32] ---------------
[10:49:32]   Loaded 0 filterscripts.

[10:49:32] [MYSQL]: Connection to `lof` succesful!
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:32] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] sscanf warning: Strings without a length are deprecated, please add a destination size.
[10:49:33] ** 0 <-> Airline Vehicles loaded from    <-> MySQL          **
[10:49:34] ** 109   <-> Vehicles loaded from    <-> MySQL          **
[10:49:34]
----------------------------------
[10:49:34]  Life of Flying | By Zak Sampson
[10:49:34] ----------------------------------
i read from this:
https://sampforum.blast.hk/showthread.php?tid=120356
he said
sscanf warning: Strings without a length are deprecated, please add a destination size.

In the old system, strings were not required to have lengths but this introduced security problems with overflows. Now you must add a length or get the default of "32".
sscanf warning: Strings without a length are deprecated, please add a destination size.

In the old system, strings were not required to have lengths but this introduced security problems with overflows. Now you must add a length or get the default of "32".
i don't Understand him can you please explane to me were to find this 32
Reply


Messages In This Thread
warning(please help) - by Geeboi_Mehdi - 03.02.2013, 00:02
Re: warning(please help) - by Threshold - 03.02.2013, 03:49
Re: warning(please help) - by Geeboi_Mehdi - 03.02.2013, 03:54

Forum Jump:


Users browsing this thread: 1 Guest(s)