13.06.2010, 13:22
You should read the sscanf 2.0 topic because it looks like that you are using the plugin
you just need to add the size behind s
Example
you just need to add the size behind s
Example
pawn Код:
new string[32], number;
sscanf(text, "s[32]i", string, number);