17.04.2014, 19:38
Although with the above command, you will need to use space instead of comma. If you want with it commas, replace the sscanf line with:
pawn Код:
if (sscanf(params, "p<,>fff", p[0], p[1], p[2])) ...