• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Plugin] Sscanf problem
#3
(2020-08-27, 09:10 PM)Tama Wrote: I think it's nearly impossible using only sscanf, you should replace '@' and '.' to space and check it like this:



PHP Code:
if (sscanf(inputtext"{sss}")) 



Or you can just see my code below:

https://gist.github.com/se8870/ca137f685...bb861f2202

Nope, you cannot use s without length.

I already fixed this but this is an sscanf bug I think



idk why is search ' ' broken smh
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


Messages In This Thread
Sscanf problem - by Pinch - 2020-08-27, 07:50 PM
RE: Sscanf problem - by Tama - 2020-08-27, 09:10 PM
RE: Sscanf problem - by Pinch - 2020-08-27, 09:41 PM
RE: Sscanf problem - by Tama - 2020-08-28, 07:49 AM
RE: Sscanf problem - by Pinch - 2020-08-28, 09:20 AM
RE: Sscanf problem - by Y_Less - 2020-09-23, 11:50 AM

Forum Jump: