Some errors/warnings
#1

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
Reply
#2

[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 :)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)