SA-MP Forums Archive
sscanf d parameter - 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: sscanf d parameter (/showthread.php?tid=619908)



sscanf d parameter - MerryDeer - 23.10.2016

Hi,

How to make d parameter optimal? like string is S(empty string)


Re: sscanf d parameter - Gammix - 23.10.2016

Declare it in capital as well: D(default_value).

There's everything given in sscanf's thread, you can ctrl+F to search what you need.


Re: sscanf d parameter - Stinged - 23.10.2016

Do you mean optional? If so:
Код:
"D(*)" Replace * with the default value (For example, 6)
If you mean something else, please explain more.