20.04.2013, 09:18
Find all spots where you use the sscanf function and make them like this:
I mean add the length of the string array inside the " ", next to the letter "s".
pawn Код:
if (!sscanf(params, "s[60]", text))