04.12.2011, 08:29
OT: strmid should do the job
Well basically, it's part of the delimiter specifier, which tells sscanf when to split a string:
This would split the string in two pieces: 'Brown' and 'Poop'.
Also: https://sampforum.blast.hk/showthread.php?tid=120356
Quote:
I'm sorry for asking a question in this thread, but what does that <_> mean in the middle of the sscanf? (I'm feeling stupid now)
|
pawn Код:
sscanf("Brown:Poop", "p<:>s[24]s[24]", st1, st2);
Also: https://sampforum.blast.hk/showthread.php?tid=120356