Split Dynamic String [How]
#1

How to split a dynamic string on sscanf?

For example my string can be

pawn Код:
83,32,32
or

pawn Код:
23,21,21,41
How to split that string?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=120356

check the delimiters part.
Reply
#3

will this work?

pawn Код:
sscanf( strzFWeapon, "p<,>A<i>(-1)[10]", weapons[] );
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)