07.07.2012, 20:56
Hello
The problem still exists. In the sscanf topic, there is an entry about delemiter. In this case, your version is invalid ?
https://sampforum.blast.hk/showthread.php?tid=120356
Dudalus
The problem still exists. In the sscanf topic, there is an entry about delemiter. In this case, your version is invalid ?
https://sampforum.blast.hk/showthread.php?tid=120356
Quote:
The old version will still work, but it will give a warning. Enum specifications can include delimiters, and is the only time "<>"s are contained in other "<>"s: pawn Code: sscanf("1 12.0 Bob,c", "e<ifp<,>s[32]c>", var); Note that the delimiter will remain in effect after the enum is complete. |