15.10.2011, 15:33
Quote:
Whoa, chill out, you treat this like I made some sin by releasing this. Hell, if someone is still affixed on the strtok-kind of splitters and prefers this method over some more speed of others (not that cmdparam is that slow), he may choose to use this!
|
By the way isnt sscanf just way better?
pawn Код:
new string[24],integer,OptionalString[24],OptionalInteger;
sscanf(cmdtext, "s[24]dS[24](Empty)D(0)", string , integer, OptionalString , OptionalInteger);