Some errors/warnings - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Some errors/warnings (
/showthread.php?tid=229453)
Some errors/warnings -
Anzhelov - 21.02.2011
Code:
[21:30:02] sscanf warning: Strings without a length are deprecated, please add a destination size.
[21:30:18] sscanf warning: Strings without a length are deprecated, please add a destination size.
[21:30:35] sscanf warning: Strings without a length are deprecated, please add a destination size.
[21:32:05] sscanf warning: Strings without a length are deprecated, please add a destination size.
Code:
[21:27:57] Script[gamemodes/VRP.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
How to fix it, this is my server_log
Re: Some errors/warnings -
alpha500delta - 21.02.2011
[21:30:02] sscanf warning: Strings without a length are deprecated, please add a destination size.
pawn Code:
if(sscanf(params, "s[128]" //Add that 128, to fix it, change it to the lenght of your string :)