11.05.2015, 18:45
Oh, I saw that while typing but forgot to mention it. It needs the size after the "s" specifier -> "s[size_here]".
Even though 128 is still much. You could reduce it to 32 (both in sscanf and CarModel's size).
pawn Код:
if(sscanf(params,"is[128]",CarPrice, CarModel))