20.03.2018, 17:53
sscanf would be possible but isn't perfect as it expects a certain amount of Strings (split can operate on any amount of sub-strings within the limit (at least in PAWN there must be a limit)).
https://sampforum.blast.hk/showthread.php?tid=362764 - strlib by Slice
The function "strexplode" is what you are looking for. This Include also has a lot of other very useful string functions.
https://sampforum.blast.hk/showthread.php?tid=362764 - strlib by Slice
The function "strexplode" is what you are looking for. This Include also has a lot of other very useful string functions.