Warning help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warning help (
/showthread.php?tid=507363)
Warning help -
PierreMarley - 17.04.2014
when i use some command on the server get
sscanf warning :No Default value found
http://gyazo.com/073787c1983da38aa53c2c8b92a63fb9
Re: Warning help -
Konstantinos - 17.04.2014
Post the line that uses sscanf in /hedit command. The warning means that you used for example "I" for a default value but you didn't specify the value. A correct example would be "I(1)".
Re: Warning help -
PierreMarley - 17.04.2014
its not a problem?
Re: Warning help -
Konstantinos - 17.04.2014
It gives you the warning so you can fix it so yes, it's a problem if you don't type a parameter and expecting from the script to give it a default value itself.