08.04.2012, 00:14
I don't know if it's really a string, it looks more as an variable, a string should be between quotes.
And you're using the specifier d with sscanf, it's used for integers, not for strings.
Correct me if I'm wrong, I think strings can't be used in this case.
Best regards!
pawn Код:
new Example[20];
Example = "Example of a string";
//---
new Variable = 1000;
//As you can see it just saves the miliseconds, nothing else.
Correct me if I'm wrong, I think strings can't be used in this case.
Best regards!